BetterRegExp:RegExp 上的实用程序包装器

时间:2024-08-01 20:22:07
【文件属性】:

文件名称:BetterRegExp:RegExp 上的实用程序包装器

文件大小:6KB

文件格式:ZIP

更新时间:2024-08-01 20:22:07

CoffeeScript

信息 包裹 更好的正则表达式 描述 RegExp 上的实用程序包装器 节点版本 >= 0.4 用法 构造函数 BetterRegExp = require " BetterRegExp " # Create from RegExp pat = BetterRegExp / ^ \s * \d + \s * $ / gi pat = BetterRegExp / ^ \s * \d + \s * $ / pat = BetterRegExp / ^ \s * \d + \s * $ / , " gi " # Create from String pat = BetterRegExp " ^ \s * \d + \s *$ " , " gi " pat = BetterRegExp " ^ \s * \d + \s *$ " " 旗帜 pat = BetterRegExp / ^ \s *


【文件预览】:
BetterRegExp-master
----.travis.yml(51B)
----index.js(75B)
----package.json(720B)
----test()
--------compatibility.coffee(2KB)
--------main.coffee(3KB)
----LICENSE(1KB)
----.npmignore(41B)
----.gitignore(41B)
----lib()
--------main.coffee(1006B)
--------util.coffee(588B)
----README.md(2KB)

网友评论