Regular Expressions 101

Community Patterns

0

teste

Python
tes
Submitted by tes - 8 years ago

Error Regex

1

Regular Expression
PCRE (PHP <7.3)

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

Description

Loading markdown...
Submitted by anonymous - 8 years ago