Community Patterns

Community Library Entry

-1

Regular Expression
Created·2015-11-17 14:50
Flavor·ECMAScript (JavaScript)

/
^(?:\")?(?:\w+(?:\.|\_|\<)?)+\w+(?:\")?@(?:\w+\.)+\w{2,}(?:\>)?$
/
gm
Open regex in editor

Description

Its a regex expression that matches with severals allowed kinds of emails.Enjoy it.

Submitted by D<0S>