piighost/us-zip

US ZIP code, five digits with an optional ZIP+4 extension. Any isolated 5-digit number matches (French and German postal codes included), so pair it with context or a location-aware config.

Label: US_ZIP

Pattern

\b\d{5}(?:-\d{4})?\b

Must be caught

Must be left alone

Tags: us, location, contact

Download the detector as TOML