Community Patterns

Community Library Entry

2

Regular Expression
Created·2026-01-15 17:39
Updated·2026-01-16 23:26
Flavor·ECMAScript (JavaScript)

/
^[\w\-_]+(\.[\w\-_]+)*\@[\w\-_]+(\.[\w\-_]+)+$
/
gm
Open regex in editor

Description

Used to check Email Format

Submitted by Atipat Lorwongam