piighost/br-passport

Brazilian passport number. The Policia Federal, which issues it, states that the number is made of two letters, called the series, followed by six digits. No checksum, and the federal police add that the Brazilian booklet has no separate passport book number. Reproduced collisions: this is character for character the shape of CA_PASSPORT and of the eight character form of ES_PASSPORT, so the three labels fire together, and the six digit tail is separately matched by IN_PIN.

Label: BR_PASSPORT

Pattern

(?<!\w)[A-Z]{2}\d{6}(?!\w)

Must be caught

Must be left alone

Tags: br, government-id, identity

Download the detector as TOML