Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-21 06:35
Flavor·ECMAScript (JavaScript)

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

Description

to check email bunch with commas

Submitted by jaswant singh