Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-12-17 14:50
Flavor·PCRE2 (PHP)

/
\b\w+[-._]?\w+@\w+\.[a-z]{2,3}+
/
g
Open regex in editor

Description

accepts common emails even wit first part with a point or a score or underscore .-_

Submitted by anonymous