|
|
|
|
|
home > code > code library > ECommerce Procedures > isSSN Function |
|
isSSN Function v1.0 [JScript]
purpose: syntax:Determines whether or not a string follows the format of a U.S. Social Security Number. example usage:var string = isSSN(ssnToTestString); source code:var string1 = "555-45-5678"; var string2 = isSSN(string1);
|