Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

/
(?:(\bevent\b\s)(\w+){1,}|(\bvoid\b\s)(\b[a-zA-Z]+_[a-zA-Z]+\b)(?:\(.*\))(\s=>\s\w+;)?)
/
g

Description

Match the event found in line

Submitted by anonymous - 8 years ago