Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

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

Description

to check email bunch with commas

Submitted by jaswant singh - 9 years ago