Regular Expressions 101

Community Patterns

email

1

Regular Expression
PCRE (PHP <7.3)

/
^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$
/

Description

no description available

Submitted by anonymous - 8 years ago