
The contains() function tests whether the first argument string contains the second. Any non-string arguments are converted to strings using the rules for the string() function.
boolean contains(string1, string2)
|
Comments?
devdoc-feedback@netscape.com |