Regular Expressions 101

Community Patterns

e-mail regex

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^\w+(\.[\w-]+)*@([\w-]+\.)*\w([\w-]+\.)+[\w-]+$
/
gm

Description

Validates an email address

Submitted by anonymous - a year ago