Regular Expressions 101

Community Patterns

Recherche email

1

Regular Expression
PCRE (PHP <7.3)

/
[A-Za-z-.]{1,}@{1}[A-Za-z-]{2,}.{1}[A-Za-z-]{2,}
/

Description

Recherche un email

Submitted by G Morelle - 9 years ago