piighost/us-ssn
US Social Security number in its hyphenated 3-2-4 form. Forbidden areas (000, 666, 9xx) and unhyphenated values are not handled; any AAA-GG-SSSS digit group is reported.
Label: US_SSN
Pattern \b\d{3}-\d{2}-\d{4}\b
Must be caught SSN 123-45-6789 on file. → 123-45-6789Applicant 987-65-4321 approved → 987-65-4321
Must be left alone
Tags: us, government-id, identity, hr
Download the detector as TOML
Used by
piighost/us — the United States: phone, ZIP code, the individual taxpayer number and the social security number.
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/us-phone · All patterns in the catalogue · piighost/us-zip →