
starts-with()
The starts-with() function tests whether the first argument string starts with the second argument substring.
boolean starts-with(string, substring)
- The whole string, the substring. If the values aren't strings, they are converted using the rules of the string() function.
- A boolean. If the string begins with the substring, true. Otherwise, false.
|
Send comments on this document to
devdoc-feedback@netscape.com |