Regular Expressions 101

Community Patterns

E-mail address incl. domain, third-level-domain (optional) and top-level-domain

0

Regular Expression
PCRE (PHP <7.3)

/
[a-z0-9\.\-\_]+@[a-z0-9\-]+[\.][a-z]{2,}
/
g

Description

no description available

Submitted by Ralph Bolliger - 6 years ago