文件名称:is-supported-regexp-flag:检查是否支持RegExp标志。 对`y`和`u`最为有用
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-15 02:05:07
JavaScript
is-supported-regexp-flag 检查是否支持RegExp标志。 对y和u有用。 安装 $ npm install is-supported-regexp-flag 用法 const isSupportedRegexpFlag = require ( 'is-supported-regexp-flag' ) ; isSupportedRegexpFlag ( 'g' ) ; // As in `/foo/g` //=> true isSupportedRegexpFlag ( 'u' ) ; //=> false 如果您尝试使用不受支持的标志,则RegExp构造函数将引发。 这是检查支持的更好方法。 执照 麻省理工学院:copyright:
【文件预览】:
is-supported-regexp-flag-main
----.gitignore(23B)
----package.json(609B)
----.npmrc(19B)
----index.js(188B)
----test.js(120B)
----.github()
--------workflows()
----license(1KB)
----readme.md(531B)
----.gitattributes(29B)
----.editorconfig(175B)