Regular Expressions 101

Community Patterns

Address Match

1

Regular Expression
Python

r"
(?P<Address>(?:\d+\s+.+\s+(?:st|street|ave|avenue|dr|drive|way|lane)\.?))
"
gi

Description

no description available

Submitted by Awk - 8 years ago