Regular Expressions 101

Community Patterns

0

regex

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 5 years ago

Regex 1

0

Regular Expression
PCRE (PHP <7.3)

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

Description

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