0.3.0 • Published 8 years ago
safer-regex v0.3.0
safer-regex
Detect possibly exponential-time regular expressions, thanks to safe-regex with cli support
Dev Installation
Install through NPM
npm install safer-regexor
git clone git://github.com/hex7c0/safer-regex.gitAPI
inside nodejs project
var safe = require('safer-regex');
safe('(a+){2}y');safe(regex , exception)
options
regex- String RegExp source that you want to check (required)exception- Boolean Raise Exception if True or return Boolean value (default "raise")
Console Installation
Install through NPM
npm install -g safer-regexAPI
global cli with -g option
$ safer-regex -h
Usage:
safer-regex [OPTIONS] [ARGS]
Options:
-v, --version Display the current version
-h, --help Display help and usage detailsExamples
Take a look at my examples