Regular Expressions 101

Community Patterns

surrounded by regex

0

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

  • surrounded by regex
Submitted by anonymous - 3 years ago