Regular Expressions 101

Community Patterns

Community Library Entry

2

Regular Expression
Created·2015-10-12 16:53
Flavor·PCRE (Legacy)

/
(?=^[^@\/\?]*$)(\w+\.)+([A-Za-z]+){2}$
/
igm
Open regex in editor

Description

A pattern to match the email domain suffix

Submitted by doug