Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-05-12 15:47
Flavor·Python

r"
(?P<email_address>[\w\.-]+@[\w\.-]+\.[\w]+)
"
gm
Open regex in editor

Description

Use this to extract all email addresses from a block of text.

Submitted by QuickRegEx