Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-04-24 13:23
Flavor·ECMAScript (JavaScript)

/
[\w\.]+@[a-zA-Z_]+?(\.[a-zA-Z]{2,6})+
/
g
Open regex in editor

Description

Simple email validation regexpr to handle subdomains and other stuff. See example

Submitted by anonymous