piighost/pl-postal

Polish postal code, two digits, a hyphen, then three. The hyphen keeps it clear of the five-digit codes, but it has the shape of the US employer identification number written short, so check the context in an accounting corpus.

Label: PL_POSTAL

Pattern

(?<!\d)\d{2}-\d{3}(?!\d)

Must be caught

Must be left alone

Tags: pl, location, contact

Download the detector as TOML