Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-08-18 17:56
Flavor·PCRE2 (PHP)

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

Description

This validate all most all email addresses.

Submitted by anonymous