Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-11-07 17:34
Flavor·Python

r"
([a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z]{2,4})
"
gm
Open regex in editor

Description

Extract an email address that's within a string

Submitted by anonymous