Regular Expressions 101

Community Patterns

Regex for email

0

Regular Expression
PCRE (PHP <7.3)

/
^[\w.]+@[a-zA-Z]+[.]{1}com$
/
gm

Description

no description available

Submitted by anonymous - 5 years ago