XQuery – Regular Expressions

Following is the list of commonly used regular expression functions provided by XQuery

Sr.NoName & Description
1matches Function Returns true if the input matches with the provided regular expression.
2replace Function Replaces the matched input string with given string.
3tokenize Function Returns a sequence of items matching the regular expression.

Leave a Reply