# man > regjsparser(1)

[_REGJSPARSER_(1)](https://www.chedong.com/phpMan.php/man/REGJSPARSER/1/markdown)                              User Commands                             [_REGJSPARSER_(1)](https://www.chedong.com/phpMan.php/man/REGJSPARSER/1/markdown)

## 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

### version
              prints the version

       **help   **prints help screen


## FLAGS
       Currently, only u to enable Unicode support is available.


## EXAMPLES
              regjsparser '^foo.bar$'

              regjsparser '[a-zA-Z0-9]'

              regjsparser -f u '^foo.bar$'

regjsparser v0.2.1                           August 2017                              [_REGJSPARSER_(1)](https://www.chedong.com/phpMan.php/man/REGJSPARSER/1/markdown)
