Tags
Reference
- remove()
18 Apr 2026
Returns a new sequence with the item at a specified 1-based position removed, without modifying the original sequence.
- replace()
18 Apr 2026
Replaces all substrings of a string that match a regular expression with a replacement string.
- round()
18 Apr 2026
Returns the integer closest to the argument, rounding half-values toward positive infinity (round half up).
- seconds-from-time()
18 Apr 2026
Extracts the seconds component from an xs:time value as an xs:decimal, including any fractional seconds.
- sort()
18 Apr 2026
Sorts a sequence of items using an optional collation and key function, returning items in ascending order.
- starts-with()
18 Apr 2026
Returns true if the first string begins with the second string as an exact prefix, performing a case-sensitive comparison.
- static-base-uri()
18 Apr 2026
Returns the static base URI of the stylesheet module as an xs:anyURI, i.e., the URI of the XSLT file being executed.
- string-join()
18 Apr 2026
Joins a sequence of strings into a single string with a specified separator between each item.
- string-length()
18 Apr 2026
Returns the number of characters in a string, or the length of the context node's string value when called with no argument.
- string-to-codepoints()
18 Apr 2026
Returns a sequence of integers representing the Unicode codepoints of each character in a string.