Regular Expressions 101

Community Patterns

Error Regex

1

Regular Expression
PCRE (PHP <7.3)

/
((?!while|if|for\b)\b\w+)\s*\((.*)\)
/
g

Description

no description available

Submitted by anonymous - 9 years ago