piighost/nl-passport

Dutch travel document number, nine characters. RvIG, the issuing authority, states that positions one and two are letters, positions three to eight are letters or digits and position nine is a digit, and that the letter O is never used so it cannot be confused with the digit zero; the digit zero itself has been dropped from documents issued since December 2019 but older documents still carry it, so zero is still accepted here. Purview only says nine letters or digits, which would match any nine character token, so the authority reading is used instead. No registry label fired on the examples.

Label: NL_PASSPORT

Pattern

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

Must be caught

Must be left alone

Tags: nl, government-id, identity

Download the detector as TOML