Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
(?:\s*)(?<=[-|/])(?<name>\w*)[:|=]("((?<value>.*?)(?<!\\)")|(?<value>[\w]*))
|
Description |
Command line named argument parser which allows quoted values and includes "\"" escape for quotes in a quoted value. Non-quoted values can be letter, space or underscore only. Argument names can be letter, space or underscore only. Argument delimiter can be "-" or "/" and name-value separator can be ":" or "=". All arguments must be named. Spaces are not allowed in
|
Matches |
/a:"value" -big="this -test:1\"23 is & $#@ _ your life" -test=th_3
|
Non-Matches |
this does not match
|
Author |
Rating:
Not yet rated.
Richard Hauer
|
Displaying page
of
pages;
Items to