REGJSPARSER

Section: User Commands (1)
Updated: August 2017
Index Return to Main Contents
 

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$'


 

Index

NAME
SYNOPSIS
OPTIONS
FLAGS
EXAMPLES

This document was created by man2html, using the manual pages.
Time: 11:22:33 GMT, April 28, 2024