logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

regjsparser - Parser of Javascript regular expressions

Examples

              regjsparser '^foo.bar$'

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

              regjsparser -f u '^foo.bar$'

regjsparser v0.2.1                                 August 2017                                    REGJSPARSER(1)

Flags

       Currently, only u to enable Unicode support is available.

Name

       regjsparser - Parser of Javascript regular expressions

Options

flags flags to set options

       version
              prints the version

       help   prints help screen

Synopsis

regjsparser [regex ...]

       regjsparser[-f|--flags] [flags] [regex ...]

       regjsparser[-v|--version]regjsparser[-h|--help]

See Also