JavaScript RegExp compile() 方法
RegExp compile() 自 1999 年以来已被弃用。
请避免使用它。
它可能随时在您的浏览器中停止运行。
定义和用法
JavaScript 版本 1.5 中不推荐使用 compile() 方法。
该方法用于在脚本执行期间编译正则表达式。
语法
regexp.compile(regexp, modifier)
参数
参数 | 描述 |
---|---|
regexp | 正则表达式。 |
modifier |
规定匹配的类型。
|
RegExp compile() 自 1999 年以来已被弃用。
请避免使用它。
它可能随时在您的浏览器中停止运行。
JavaScript 版本 1.5 中不推荐使用 compile() 方法。
该方法用于在脚本执行期间编译正则表达式。
regexp.compile(regexp, modifier)
参数 | 描述 |
---|---|
regexp | 正则表达式。 |
modifier |
规定匹配的类型。
|