Regular Expressions 101

Community Patterns

Command line arguments split

0

Regular Expression
PCRE (PHP <7.3)

/
("[^"]+"|[^\s"]+)
/
gmi

Description

Submitted by anonymous - 8 years ago