Other Resources:
US Social Security Number validation
How to perform a validation on US Social Security Numbers using a regular expression? For example, "333-23-2329" is a valid US Social Security Number.
✍: Guest
![]()
To perform a basic validation on US Social Security Numbers, try this regular expression:
^[\d]{3}-[\d]{2}-[\d]{4}$
2013-01-27, 0👍, 0💬
Popular Posts:
How to capture the Soso Spider entries from Web log file? Here are some Web log file entries: 127.0....
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...
How to capture the Soso Spider entries from Web log file? Here are some Web log file entries: 127.0....
How to capture the Soso Spider entries from Web log file? Here are some Web log file entries: 127.0....
All credit card numbers issued by Diners Club must start with 300 through 305, 36 or 38 and have 14 ...