Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-03-27 09:44
Flavor·ECMAScript (JavaScript)

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

Description

Force email address

Submitted by anonymous