Community Patterns

Community Library Entry

-2

Regular Expression
Created·2015-12-01 22:35
Flavor·Python

r"
^[\w\d](\.?[\w\d_-])*@[\w\d]+\.([\w]{1,6}\.)?[\w]{2,6}$
"
g
Open regex in editor

Description

Full email validation with optional "." "-" "_"

Submitted by Jakub Stasiak