📜  XQuery正则表达式

📅  最后修改于: 2020-12-26 06:38:50             🧑  作者: Mango

XQuery正则表达式

XQuery提供的正则表达式函数列表:

Index Name Description
1) matches($input, $regex) It returns true if the input matches with the provided regular expression.
2) replace($input, $regex, $string) It is used to replace the matched input string with given string.
3) tokenize($input, $regex) It is used to return a sequence of items matching the regular expression.