文件名称:RegExp.prototype.flags:符合ES6规范的RegExp.prototype.flags垫片
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-20 14:37:37
JavaScript
RegExp.prototype.flags 符合ES6规范的RegExp.prototype.flags填充文件。 如果不可用,请调用其“ shim”方法对RegExp.prototype.flags进行填充。 注意: RegExp#flags需要一个真正的ES5环境-特别是一个带有ES5吸气剂的环境。 该软件包实现了接口。 它可在ES5支持的环境中工作并符合。 最常见的用法: var flags = require ( 'regexp.prototype.flags' ) ; assert ( flags ( / a / ) === '' ) ; assert ( flags ( new RegExp ( 'a' ) === '' ) ; assert ( flags ( / a / mig ) === 'gim' ) ; assert ( flags ( new RegExp
【文件预览】:
RegExp.prototype.flags-main
----.gitignore(144B)
----.eslintrc(374B)
----package.json(2KB)
----.nycrc(139B)
----.npmrc(55B)
----auto.js(36B)
----LICENSE(1KB)
----index.js(389B)
----CHANGELOG.md(16KB)
----.github()
--------workflows()
----README.md(2KB)
----implementation.js(515B)
----.eslintignore(10B)
----shim.js(779B)
----.npmignore(163B)
----polyfill.js(650B)
----test()
--------index.js(420B)
--------shimmed.js(2KB)
--------implementation.js(601B)
--------tests.js(3KB)
----.editorconfig(276B)