Regular Expressions 101

Community Patterns

10

entity

Python
no description available
Submitted by anonymous - 8 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