Community Patterns

Community Library Entry

3

Regular Expression
Created·2016-09-07 03:55
Flavor·Python

r"
^[\w.-]+@[\w.-]+\.\w+$
"
Open regex in editor

Description

Python

Submitted by anonymous