文件名称:regexhelper:RegExp帮助程序库
文件大小:420KB
文件格式:ZIP
更新时间:2024-06-17 17:51:44
JavaScript
regexhelper
RegExp帮助程序库-在Node.js和浏览器中均可使用
要将克隆安装到桌面,或下载并解压缩到库或脚本目录。
节点使用情况:
var RegexHelper = require('regexhelper.js'),
在浏览器中:
[removed][removed]
例子:
var // RegexHelper = require('regexhelper.js') // or use a script tag depending on platform
, RegexExec = RegexHelper.Exec,
, myregex = RegexHelper('\\s*(?:(?&token)?\\s*)?', 'gxy', {
token: '(?
【文件预览】:
regexhelper-master
----docs()
--------fonts()
--------index.html(3KB)
--------module-RegexHelper.html(44KB)
--------regexhelper.js.html(22KB)
--------styles()
--------scripts()
----test()
--------test.js(508B)
--------test-_EmbedSubroutines.js(1KB)
--------test-_ExtractSubroutines.js(2KB)
--------flag-support.js(387B)
--------test-_CompileSource.js(7KB)
----makedocs.bat(65B)
----regexhelper.js(6KB)
----src()
--------regexhelper()
----makeugly.bat(82B)
----README.md(1KB)