match arguments similar to shell, supports quoted string
first group matches quoted strings second group plain text,
arguments are separated with a space.
example:
"this is a \"string\"" thisisnot "another \"string\" with a backslash \"\\""
just replace \" with " after matching.
Submitted by anonymous - 10 years ago