Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

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 - 9 years ago