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:
All credit card numbers issued by JCB have 3 sets of numbers: JCB cards start with 2131 have 15 digi...
How to capture the Soso Spider entries from Web log file? Here are some Web log file entries: 127.0....
How to capture the Sogou web spider entries from Web log file? Here are some Web log file entries: 1...
All credit card numbers issued by JCB have 3 sets of numbers: JCB cards start with 2131 have 15 digi...
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...