Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$
/
gm

Description

check valid email

Submitted by anonymous - 4 years ago