piighost/in-aadhaar

Indian Aadhaar number, twelve digits in three groups of four. The separator is required rather than optional: twelve bare digits are also a phone number, a card number fragment and a dozen other things, and the grouped form is how Aadhaar is actually written. The first digit is never a 0 or a 1.

Label: IN_AADHAAR

Pattern

(?<!\w)[2-9]\d{3}[\s-]\d{4}[\s-]\d{4}(?!\w)(?![\s.-]?\d)

Must be caught

Must be left alone

Tags: in, government-id, identity

Download the detector as TOML