Regular Expressions 101

Community Patterns

test email

1

Regular Expression
PCRE (PHP <7.3)

/
^([\w-\.]+)@(([?:[\w]+\.)+)[a-zA-Z]{2,4}$
/

Description

no description available

Submitted by anonymous - 8 years ago