文件名称:String.prototype.matchAll:适用于String.prototype.matchAll ESnext提案的符合规范的polyfill
文件大小:21KB
文件格式:ZIP
更新时间:2024-05-20 14:31:20
javascript polyfill string regex regexp
string.prototype.matchall 用于String.prototype.matchAll的ES Proposal规范填充程序。 如果不可用或不String.prototype.matchAll则调用其“ shim”方法对String.prototype.matchAll进行填充。 该软件包实现了接口。 它在ES3支持的环境中工作,并符合。 最常见的用法: const assert = require ( 'assert' ) ; const matchAll = require ( 'string.prototype.matchall' ) ; const str = 'aabc' ; const nonRegexStr = 'ab' ; const globalRegex = / [ ac ] / g ; const nonGlobalRegex = / [ b
【文件预览】:
String.prototype.matchAll-main
----.gitignore(623B)
----README.md(3KB)
----CHANGELOG.md(4KB)
----.github()
--------workflows()
--------FUNDING.yml(596B)
----test()
--------tests.js(9KB)
--------index.js(261B)
--------shimmed.js(3KB)
----polyfill.js(271B)
----LICENSE(1KB)
----auto.js(36B)
----.eslintrc(1KB)
----implementation.js(2KB)
----package.json(2KB)
----regexp-matchall.js(3KB)
----index.js(398B)
----shim.js(1KB)
----helpers()
--------RegExpStringIterator.js(4KB)
--------MatchAllIterator.js(2KB)
--------hidden.js(98B)
----.eslintignore(10B)
----polyfill-regexp-matchall.js(358B)
----.npmignore(669B)
----.npmrc(19B)
----.nycrc(139B)