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 capture the MSN (Microsoft Network) bot entries from Web log file? Here are some Web log file...
How to capture the Baidu 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....
How to write a regular expression to validate GUID (Globally Unique IDentifier) or UUID (Universally...