Community Patterns

Community Library Entry

0

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

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

Description

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

Submitted by QuickRegEx