Regular Expressions 101

Community Patterns

email bunch

1

Regular Expression
ECMAScript (JavaScript)

/
^(\w+\@[a-zA-Z]+\.[a-zA-Z]{2,3}\,?)+$
/

Description

Loading markdown...
Submitted by jaswant singh - 8 years ago