Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
\[(?P<key>[dq]):(?P<value>(?:[^][]+|\[[^][]+])+)]
/
g

Description

for [d:] and [q:]

Submitted by MestreLion - 9 years ago