note : this is a js regexp lib(注意:这是一个js的正则库).
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的上获取该文件)
please read the API document such as :(请阅读下面的文档)
crongjsregexp document (crongjsregexp 文档)
welcome to pull Requests(欢迎提交请求)
you should fork and write your code in es6 , then , pull Requests
if you have any questions , please email me or submit issue
MIT