Query: check-regexp
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CHECK-REGEXP(1) User Commands CHECK-REGEXP(1)NAMEcheck-regexp - test regular expressions from the command lineSYNOPSIScheck-regexp 'regular expression' 'string1' 'string2' ...DESCRIPTIONcheck-regexp (GNU Source-highlight) You simply pass as the first command line argument the regular expression and then the strings you want to try to match. It is crucial, in order to avoid shell substitutions, to enclose both the expression and the strings in single quotes. The program then prints some information about the possibly successful matching. In the output the what[0] part represents the whole match, and the what[i] part represents the i-th marked subexpression that matched. The program also prints possible prefix and suffix.OPTIONSThis program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h, --help Print help and exit -V, --version Print version and exitAUTHORcheck-regexp was written by Lorenzo Bettini <www.lorenzobettini.it>. This man page was written by Cesare Tirabassi <norsetto@ubuntu.com>. check-regexp 2.9 June 2008 CHECK-REGEXP(1)
Related Man Pages |
---|
regexp-assemble(1p) - debian |
taggrepper(1) - debian |
regexp(6) - plan9 |
regexp(3) - redhat |
regexp(5) - redhat |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Find columns in a file based on header and print to new file |
My first PERL incarnation... Audio Oscillograph |