Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-09-10 09:20
Flavor·PCRE (Legacy)

/
(\w[-._\w]*\w@\w[-._\w]*\w\.[A-Za-z]{2,3})
/
Open regex in editor

Description

Checks whether given text is valid Email Id,check for top level domains which are 2-3 in length,does not accept numbers for top level domains

Submitted by Debanjan Das