Regular Expressions 101

Community Patterns

Email Parse State with Colon (State: )

0

Regular Expression
Python

r"
State: (?P<state>.*)
"
gm

Description

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

Submitted by QuickRegEx - 3 years ago