Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-11-18 15:51
Flavor·PCRE (Legacy)

/
\A(?:(?=[a-zA-Z0-9])(?=[\w@\-.]{1,128}\z)(?=[\w.-]+[a-zA-Z0-9]@)[\w-]+(?:\.[\w-]+)*@(?:[0-9a-zA-Z][-\w]*[0-9a-zA-Z\.]){1,2}[a-zA-Z]{2,9})\z
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous