Regular Expressions 101

Community Patterns

Matching loop with equality condition

0

Regular Expression
PCRE (PHP <7.3)

/
^[a-z]+\s*\(\s*\w+\s*=\s*\w+\s*\)$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago