Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-08-11 04:05
Flavor·PCRE2 (PHP)

/
^(?:(?P<name>[\p{L}\.\ ]+)\n)? (?:(?P<co>[\p{L}\.\ \/]+)\n)? (?P<street>[\p{L}\ \p{N}\.]+)\n (?:(?<city>[\p{L}\ ]+)\n)? (?P<postal_code>[\p{N}\ ]+)\ (?P<postal_city>[\p{L}\ ]+)(?:\((?<province>[\p{L}\ ]+)\))?\n (?P<country>[\p{L}\ ]+)? $
/
gmx
Open regex in editor

Description

Match multiline address formats

Submitted by anonymous