1.0.9 • Published 6 years ago

crongjsregexp v1.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

jsRegExp for node.js also browser

note : this is a js regexp lib(注意:这是一个js的正则库).

Instructions(介绍)

var jsregexp = require('crongjsregexp');
// es6
jsregexp.password_deep({string:123456}) // false

// use import
import jsregexp from "crongjsregexp"

// use AMD (requre.js)
require('$UI/congrong/script/jsregexp.min');
jsREGEXP.password_deep(...);

// use COMMONJS in HTML

<script src="path/to/build/jsregexp.js"></script>
<script>
   jsREGEXP.password_deep(...);
</script>

note : you can get the build file in github page.(你可以在github的上获取该文件)

browser , AMD (such as requre.js) use the jsregexp(.min).js show as:

jsregexp.js

jsregexp.min.js

document(文档) API

please read the API document such as :(请阅读下面的文档)

crongjsregexp document (crongjsregexp 文档)

Pull Requests

welcome to pull Requests(欢迎提交请求)

you should fork and write your code in es6 , then , pull Requests

Issue

if you have any questions , please email me or submit issue

License

MIT
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago