Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
Python

r"
([\w+.-]+)\@([A-Za-z\d-]{2,}[A-Za-z\d])(\.[-A-Za-z0-9]{2,}){1,2}
"
gm

Description

email address

Submitted by anonymous - 9 days ago