Community Patterns

Community Library Entry

3

Regular Expression
Created·2021-03-20 22:30
Flavor·ECMAScript (JavaScript)

/
^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$
/
i
Open regex in editor

Description

This is a bit simpler version that is still quite robust. It was taken from a Formik example.

Submitted by codefinity