Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
\$\$(?:[^(\$\$)\\]|\\.)*\$\$
/
g

Description

  • surround a string by $$ chards
Submitted by anonymous - 4 years ago