Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-09-25 01:36
Flavor·Python

r"
(?P<user>^[a-zA-Z]+[\w+.-]*\@)(?P<domain>[\w+.-]*[a-zA-Z]$)
"
g
Open regex in editor

Description

no description available

Submitted by anonymous