Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-04-20 19:32
Flavor·PCRE2 (PHP)

/
(\d{4})\s+([^\d]+),\s+([^\d]+)\s+(\d+(?:\/[^\d\s]*)?)\.?(?:\s+(\d+\.[^\d\s]*))?
/
muxg
Open regex in editor

Description

This pattern can match hungarian address parts.

Submitted by Steven Cash