Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-10-25 15:17
Flavor·Python

r"
(?P<User>[a-zA-Z1-9\._]+)@(?P<Domain>[a-zA-Z1-9]+)\.(?P<D_EXT>[a-zA-Z]+)
"
g
Open regex in editor

Description

no description available

Submitted by anonymous