Strings (str)
The EXSLT Strings package provides functions that allow the manipulation of strings. The namespace for the Strings package is http://exslt.org/strings
.
- str:concat()
str:concat()
returns a string containing all the string values in a node-set concatenated together.- str:split()
str:split()
splits a string using a pattern string to determine where the splits should occur, returning a node-set containing the resulting strings.- str:tokenize()
str:tokenize()
splits a string using a set of characters as delimiters that determine where the splits should occur, returning a node-set containing the resulting strings.