Regular Expressions 101

Community Library

Community Library Entry

0

Regular ExpressionOpen Workspace

r"
\w+@\w+\.\w+
"
gm

Description
Created·2022-06-03 21:14
Type·Match
Flavor·Python

extracting email id from given string

Submitted by Anonymous
Open Workspace