Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-03-28 15:01
Flavor·Python

r"
^ ( (?:[a-z\d."_-](?<!\.{2}))+ ) (@) ( (?:(?!-)[a-z\d_-]*(?<!-))+ (?:\.(?!-)[a-z\d_-]*(?<!-))+ ) $
"
x
Open regex in editor

Description

no description available

Submitted by anonymous