Regular Expressions 101

Community Patterns

10

UUID

ECMAScript (JavaScript)
no description available
Submitted by anonymous - 9 years ago

Regex for parsing function command line arguments

0

Regular Expression
PCRE (PHP <7.3)

/
([^" \t\n]+|"[^"]*")
/
g

Description

Loading markdown...
Submitted by Braun - 9 years ago