Skip to content

cleveralgorithms/jsRegExp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

JS RegExp for node.js also browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • HTML 1.2%