Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-01-14 12:53
Flavor·PCRE (Legacy)

/
^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$
/
Open regex in editor

Description

no description available

Submitted by anonymous