Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-05-06 06:17
Flavor·PCRE (Legacy)

/
\b((?<street>(\p{L}[ ]?[-.]*)+ [0-9]{1,3}([ ]?[A-Za-z])?))\b|\b((?<zipcode>([A-Z-]+)?[0-9]+)[, ](?<city>(\p{L}[- ]?)+))\b
/
gm
Open regex in editor

Description

no description available

Submitted by anonymous