Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-11-28 05:45
Flavor·PCRE2 (PHP)

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

Description

Validates an email address

Submitted by anonymous