Regular Expressions 101

Community Patterns

Community Library Entry

0

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

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

Description

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

Submitted by QuickRegEx