Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-05-12 14:37
Flavor·Python

r"
Email: (?P<email>.*)
"
gm
Open regex in editor

Description

For getting the value after “Email: “ in a block of text

Submitted by QuickRegEx