Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-07-02 10:39
Flavor·PCRE (Legacy)

/
^.{0,64}(@)(?=.+\..+).{0,255}$
/
g
Open regex in editor

Description

Basic email validation supporting IDN emails (töm@outlook.com), quoted characters (t\ om@outlook.com). Does not validate emails using quoted characters that are not escaped, so this exception should be handled by your mail service.

Submitted by TJ Walker