Regular Expressions 101

Community Patterns

Email

0

Regular Expression
PCRE (PHP <7.3)

/
(?P<id>[a-zA-Z][\w\+\.\-\_]*)@(?P<domain>[\w\.\-\_]*[a-zA-Z])
/
g

Description

no description available

Submitted by anonymous - 7 years ago