public native contains(value as String) as Boolean
Returns true if this string contains the provided substring.
True when value appears in this string.