TOC PREV NEXT INDEX

Netscape and XSLT


contains()

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.

Syntax:
boolean contains(string1, string2) 
Arguments
Two strings.
Result:
If the first string contains the second, returns a boolean true. Any thing else results in false.
Defined: XPath, section 4.2
NS support: Supported.

Comments? devdoc-feedback@netscape.com
TOC PREV NEXT INDEX