NCATComp410 / comp410_spring_2024

COMP410 spring 2024 semester
MIT License
3 stars 0 forks source link

Dectect US_SSN #1

Closed claesmk closed 9 months ago

claesmk commented 9 months ago

A US_SSN is a key personal identifer as each person in the US is assigned a unique number. See here for deails.

A SSN is a nine digit number 000-00-0000

For testing I'll use 900-00-1234 as a SSN - see here for valid SSN numbers

mkc2mkc commented 9 months ago

Are you going to check if an SSN is valid or not?

claesmk commented 9 months ago

Are you going to check if an SSN is valid or not?

No - will not attempt to determine if an SSN is valid or not, will just look for the 000-00-0000 pattern