Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
(([a-z\d.]+)[@]([a-z\d]+)[.]([a-z]+))
/

Description

created to basically validate against mistyped email addresses, is not foolproof, but it is a start.

Submitted by paul hess - 9 years ago