Man page - regjsparser(1)
Packages contas this manual
Package: node-regjsparser
apt-get install node-regjsparser
apt-get install node-regjsparser
Manuals in package:
Documentations in package:
Manual
| REGJSPARSER(1) | User Commands | REGJSPARSER(1) |
NAME
regjsparser - Parser of Javascript regular expressions
SYNOPSIS
regjsparser [regex ...]
regjsparser [-f | --flags] [flags] [regex ...]
regjsparser [-v | --version]
regjsparser [-h | --help]
OPTIONS
flags flags to set options
FLAGS
Currently, only u to enable Unicode support is available.
EXAMPLES
- regjsparser '^foo.bar$'
regjsparser '[a-zA-Z0-9]'
regjsparser -f u '^foo.bar$'
| August 2017 | regjsparser v0.2.1 |