
The substring-before() function returns the part of a string that happens before the first occurrence of a specified substring.
string substring-before(string, substring)Two strings (or, if the values passed in are not strings, their string-value). The first argument is the string to be searched and the second argument is the substring that marks the end of the result substring.
|
Comments?
devdoc-feedback@netscape.com |