Dash Phone and Social Security

HOW TO use It:

Add dashes to the valid numeric phone (First validate the numeric 10 digits phone)
var phone = ncTools.Dash.Phone("2125555555"); 
Result: 212-555-5555
Add dashes to the valid numeric social security (First validate the numeric 9 digits social security)
var ssn = ncTools.Dash.SocialSecurity("555555555"); 
Result: 555-55-5555
Download the ncTools Library here ncTools.zip

Add Feedback