Regular Expressions 101

Community Patterns

Community Library Entry

0

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

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

Description

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

Submitted by QuickRegEx