Regular Expressions 101

Community Patterns

match mail adress

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(([\w-]{2,50})+([\@]){1}+([\w-]{2,50})+([.]){1}([\w-]{2,10}))$
/
gm

Description

match mail adress

Submitted by anonymous - 2 years ago