0.7.0 • Published 3 years ago
explain-regexp v0.7.0
Regexp explainer
CLI util for generating comprehensive report about regexp. Powered by ECMA-262 Regexp parser

Requires Node >= 16
Usage
You can install package through your package manager or use in directly with npx
Installation
$ npm i explain-regexp -g$ yarn global add explain-regexp$ pnpm install --global explain-regexpCLI
Create report about full regexp:
$ explain-regexp "/[A-z]+/gm"Create report about part of regexp:
$ explain-regexp part "(?:Hello)"options
--color--no-colorforces colors on/off, default behavior depends on env;-d, --debugshows full error stacktrace;
0.7.0
3 years ago
0.6.1
3 years ago
0.6.0
3 years ago
0.5.0
3 years ago
0.4.3
3 years ago
0.4.2
3 years ago
0.4.1
3 years ago
0.4.0
3 years ago
0.3.1
3 years ago
0.3.0
3 years ago
0.2.0
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago