📅  最后修改于: 2020-11-09 05:43:53             🧑  作者: Mango
以下是XQuery提供的常用正则表达式函数列表
Sr.No | Name & Description |
---|---|
1 |
Returns true if the input matches with the provided regular expression. |
2 |
replace($input, $regex, $string) Replaces the matched input string with given string. |
3 |
Returns a sequence of items matching the regular expression. |