string-to-codepoints
Returns the sequence of Unicode code points (integer values) that constitute the string supplied as argument. This function is the opposite of the codepoints-to-string function.
Languages
XQuery, XSLT 2.0, XSLT 3.0.
Parameters
Name | Type | Description |
---|---|---|
input | xs:string | The input string |