Regular Expressions 101

Community Library

Community Library Entry

-2

Regular ExpressionOpen Workspace

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

Description
Created·2015-12-01 22:35
Type·Match
Flavor·Python

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

Submitted by Jakub Stasiak
Open Workspace