Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
(?<quote>["]?)(?<param>(?:\k<quote>{2}|[^"]+)*)\k<quote>[ ]+
|
Description |
this regex was developed for command line parsing. it will get you one parameter per match while checking for strings enclosed in double quotes and double quotes escaping ("").
-->you will have to add a trailing space to your input string for this regex to get your last param too
|
Matches |
"user name" password | sa "" | "user" "i like ""quotes&
|
Non-Matches |
it | matches | everything
|
Author |
Rating:
Not yet rated.
Mr Regex
|
Displaying page
of
pages;
Items to