Regular Expressions 101

Community Patterns

0

Init code

PCRE2 (PHP >=7.3)
Init code
Submitted by anonymous - 10 months ago
0

myspace

PCRE2 (PHP >=7.3)
myspace
Submitted by anonymous - 10 months ago

split a comma separated string ignoring quotes and brackets

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?:'[^']*'|"[^"]*"|(\((?:[^()]++|(?1))*\))|[^'",])+
/
gm

Description

Loading markdown...
Submitted by anonymous - a year ago