What is the new String code name for "contains"? Thanks
From the built-in Help->Reference
string.indexOf(val)
string.indexOf(val, from)
Returns -1 if not found.
See also:
lastIndexOf()
boolean startsWith()
boolean endsWith()
What is the new String code name for "contains"? Thanks
From the built-in Help->Reference
string.indexOf(val)
string.indexOf(val, from)
Returns -1 if not found.
See also:
lastIndexOf()
boolean startsWith()
boolean endsWith()