文件名称:雷克斯:您的RegEx伴侣
文件大小:483KB
文件格式:ZIP
更新时间:2024-02-23 14:28:24
javascript helper library typescript functional
ReX.js 您的RegEx伴侣。 借助自动完成功能编写复杂RegExp的JS库! import { Matcher } from '@areknawo/rex' // Trivia example of usage const expr = new Matcher ( ) . find ( 'Reg' ) . whitespace ( ) . capture ( ( expr ) => { expr . find ( 'Exp' ) } ) . test ( 'Reg Exp' ) ; //true 可以在上找到更多信息。
【文件预览】:
Rex-master
----.github()
--------ISSUE_TEMPLATE()
----yarn.lock(511KB)
----src()
--------rex.ts(203B)
--------rexer.ts(4KB)
--------utils.ts(2KB)
--------replacer.ts(2KB)
--------polyfill.ts(7KB)
--------operation.ts(2KB)
--------extensions()
--------parser.ts(4KB)
--------matcher.ts(4KB)
----.npmignore(93B)
----code-of-conduct.md(3KB)
----typedoc.json(193B)
----.travis.yml(352B)
----tsconfig.json(466B)
----LICENSE(1KB)
----tools()
--------gh-pages-publish.ts(899B)
--------semantic-release-prepare.ts(1KB)
----test()
--------rexer.test.ts(885B)
--------exceptions.test.ts(2KB)
--------extensions.test.ts(3KB)
--------replacer.test.ts(988B)
--------rex.test.ts(151B)
--------matcher.test.ts(2KB)
--------operation.test.ts(832B)
----rollup.config.ts(1KB)
----tslint.json(577B)
----README.md(1KB)
----docs()
--------index.html(3KB)
--------contributing.md(482B)
--------.nojekyll(0B)
--------_sidebar.md(159B)
--------basic.md(4KB)
--------advanced.md(5KB)
--------_coverpage.md(250B)
--------media()
--------docsify.min.js(63KB)
--------awesome.md(98B)
----.editorconfig(211B)
----.gitignore(103B)
----package.json(4KB)