piighost/us-itin

United States individual taxpayer identification number, issued to people who owe tax but cannot get a social security number. It always opens on a 9 and the middle pair starts with a 7 or an 8, which is exactly what separates it from a social security number of the same shape.

Label: US_ITIN

Pattern

(?<!\w)9\d{2}-[7-8]\d-\d{4}(?!\w)

Must be caught

Must be left alone

Tags: us, government-id, identity, finance

Download the detector as TOML