piighost/fr-siret
French SIRET establishment identifier: 9-digit SIREN plus a 5-digit NIC, written 3-3-3-5 with optional spaces or hyphens or as 14 contiguous digits. No Luhn check, so any 14-digit number of that shape is reported.
Label: FR_SIRET
Pattern \b\d{3}[\s-]?\d{3}[\s-]?\d{3}[\s-]?\d{5}\b
Must be caught SIRET 732 829 320 00074 de l'établissement. → 732 829 320 00074Établissement n° 73282932000074 → 73282932000074
Must be left alone SIREN 732 829 320Code 75008
Tags: fr, business, accounting, legal
Download the detector as TOML
Used by
piighost/business — Company and tax numbers across the countries the registry covers: the British VAT number, the European VAT number, the…
piighost/fr — France: phone, IBAN, social security number and company registration number.
Related patterns
piighost/au-abn — Australian business number: eleven digits written in groups of two then three, three, three.
piighost/br-cnpj — Brazilian company number CNPJ in its masked form.
piighost/es-nif-cif — Spanish company tax number (CIF): an entity-type letter, seven digits, then a check character.
piighost/eu-vat — European VAT number in its purely numeric form: a two-letter country code then eight to twelve digits.
piighost/fr-driving-licence — French driving licence file number, the numero NEPH: twelve digits, printed on the back of the credit card format…
piighost/fr-iban — French IBAN: FR, two check digits, then exactly 23 alphanumerics (bank, branch, account, RIB key) with optional spaces…
← piighost/fr-siren · All patterns in the catalogue · piighost/fr-zip →