piighost/fr-zip
French postal code, five digits whose first two form a department number from 01 to 98. A postal code identifies nobody alone, but it narrows a person down when combined with other values. It collides span for span with a US or German postal code: never put two of them in one detector.
Label: FR_ZIP
Pattern \b(?:0[1-9]|[1-8]\d|9[0-8])\d{3}\b
Must be caught Paris 8e, 75008 France. → 75008Adresse à Lyon, 69003 exactement. → 69003
Must be left alone
Tags: fr, location, contact
Download the detector as TOML
Used by
Related patterns
piighost/ar-phone — Argentine phone number, the +54 country code or the 0 trunk prefix then ten or eleven digits.
piighost/ar-postal — Argentine CPA postal code: a province letter, four digits for the town, then three letters for the block side.
piighost/at-phone — Austrian phone number, the +43 country code or the 0 trunk prefix then six to thirteen digits, since Austrian…
piighost/au-phone — Australian phone number: the +61 or leading 0 prefix, a single area or service digit, then eight digits.
piighost/au-postal — Australian postal code, anchored on the state or territory abbreviation that precedes it in an address.
piighost/be-phone — Belgian phone number, the +32 country code or the 0 trunk prefix then eight or nine digits.
← piighost/fr-siret · All patterns in the catalogue · piighost/generic →