piighost/ar-dni

Argentine national identity document number, the DNI: eight digits, written solid or with a period after the second and the fifth digit, per the Purview Argentina national identity definition. No checksum. Older holders carry seven digit numbers, which this shape does not match. Reproduced collision: written solid, a value that begins with a three is matched whole by IT_PHONE, for instance 30123456, and one that begins with a zero is matched whole by both DE_PHONE and IT_PHONE, since eight digits fit their trunk and subscriber ranges. The dotted form was claimed by no registry label.

Label: AR_DNI

Pattern

(?<!\w)\d{2}\.?\d{3}\.?\d{3}(?!\w)

Must be caught

Must be left alone

Tags: ar, government-id, identity

Download the detector as TOML