klyn.String.contains
method
public native contains(value as String) as Boolean
Description
Returns true if this string contains the provided substring.
Parameters
  • value Substring to test.
Returns
True when value appears in this string.