正则表达式(regexp)

EXSLT 正则表达式包使用 JavaScript 风格的正则表达式来提供测试、匹配和替换文本的功能。该正则表达式包的命名空间是 http://exslt.org/regular-expressions

match

regexp:match() performs regular expression matching on a string, returning the submatches found as a result.

浏览器兼容性

{{Compat}}