Regular Expressions 101

Community Patterns

0

CmdLineRaw

PCRE2 (PHP >=7.3)
CmdLineRaw
Submitted by anonymous - a year ago

Match words separated by comma in a line starting with a specific keyword

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(?:\btags::|(?!^)\G,)\h*\K[^,\s]*
/
gm

Description

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