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:
A free online regular expression test tool that allows to try you regular expression pattern and see...
All credit card numbers issued by MasterCard must start with 51 through 55 and have 16 digits. For e...
How to capture the Sogou web spider entries from Web log file? Here are some Web log file entries: 1...
A free online regular expression test tool that allows to try you regular expression pattern and see...
All credit card numbers issued by Diners Club must start with 300 through 305, 36 or 38 and have 14 ...