Regular Expressions 101

Community Patterns

Some kinds of emails regex.

-1

Regular Expression
ECMAScript (JavaScript)

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

Description

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

Submitted by D<0S> - 8 years ago