Regular Expressions 101

Community Patterns

Email Parse Zip with Colon (Zip: )

0

Regular Expression
Python

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

Description

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

Submitted by QuickRegEx - 3 years ago