以下是XQuery提供的常用正则表达式函数列表。
序号 | 名称 | 描述 |
---|---|---|
1 | matches($input, $regex) | 如果输入与提供的正则表达式匹配,则返回true 。 |
2 | replace($input, $regex, $string) | 用给定的字符串替换匹配的输入字符串。 |
3 | tokenize($input, $regex) | 返回与正则表达式匹配的数据项序列。 |
上一篇:
XQuery日期函数
下一篇:
XQuery自定义函数