Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-03-03 15:03
Flavor·ECMAScript (JavaScript)

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

Description

no description available

Submitted by anonymous