piighost/br-cep

Brazilian postal code (CEP), five digits, a hyphen, then three. The hyphen makes it distinctive: unlike the five-digit European codes it does not collide with anything else in the registry.

Label: BR_CEP

Pattern

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

Must be caught

Must be left alone

Tags: br, location, contact

Download the detector as TOML