piighost/pt-postal

Portuguese postal code: four digits, a dash, then three digits for the delivery zone. The dash is mandatory, which is what keeps it apart from the nine bare digits of a tax number.

Label: PT_POSTAL

Pattern

(?<!\w)\d{4}-\d{3}(?!\w)

Must be caught

Must be left alone

Tags: pt, location, contact

Download the detector as TOML