Regular Expressions 101

Community Patterns

Regex 1

0

Regular Expression
PCRE (PHP <7.3)

/
.*((?<=:\s)[\w\s]+(?=\s\(\d{5}\))).*((?<=\s)[\w._-]+@[\w._-]+).*
/
gm

Description