Regular Expressions 101

Community Patterns

email regex

0

Regular Expression
ECMAScript (JavaScript)

/
^\w+\.?\w*@[a-z]+\.[a-z]+$
/
g

Description

email regex expression...feel free to comment if you find efficient way

Submitted by anonymous - 3 years ago