Regular Expressions 101

Community Patterns

email bunch

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 - 8 years ago