piighost/jp-my-number
Japanese individual number, twelve digits in three groups of four. The separator is required rather than optional: twelve bare digits are also a phone number and a card number fragment, and the grouped form is how the number is printed on the notification card.
Label: JP_MY_NUMBER
Pattern (?<!\w)\d{4}[\s-]\d{4}[\s-]\d{4}(?!\w)(?![\s.-]?\d)
Must be caught My Number 1234 5678 9012 is on the form. → 1234 5678 9012Enter 9876-5432-1098 in the tax field. → 9876-5432-1098
Must be left alone The number 123456789012 has no groupsReference 1234 5678 901
Tags: jp, government-id, identity
Download the detector as TOML
Used by
piighost/jp — Japan: phone, postal code and the My Number individual identifier.
Related patterns
piighost/ar-dni — Argentine national identity document number, the DNI: eight digits, written solid or with a period after the second…
piighost/at-svnr — Austrian social security number, the Sozialversicherungsnummer: ten digits, a three digit serial and one check digit,…
piighost/au-driving-licence — Australian driver licence number.
piighost/au-medicare — Australian Medicare number: ten digits in the groups the card prints, sometimes followed by the individual reference…
piighost/au-passport — Australian passport number, eight or nine characters, per the Purview Australia passport definition: one letter from…
piighost/be-nrn — Belgian national register number in its written form: the birth date in dotted pairs, a dash, a three digit sequence…
← piighost/jp-default · All patterns in the catalogue · piighost/jp-phone →