• XQuery supports four string manipulation functions:

    concat() Helps concatenate two or more strings.

    contains() Helps determine whether or not a string specified as the first operand contains another string specified as the second operand. The length of the search string is limited to 4,000 Unicode characters.

    substring() Helps extract portion of a string from another string known as source string.

    string-length() Helps calculate the length of a string.