Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

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

Description
Created·2021-05-12 15:47
Type·Match
Flavor·Python

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

Submitted by QuickRegEx
Open Workspace