I am looking for a simple function to take a string containing a phone number, strip non numeric out and return a standard output string.
ex. (555) 345-3545 = (555)345-3535
ex. 555-345-3545 = (555)345-3535
ex. 5553453545 = (555)345-3535
I could write this myself but why reinvent the wheel.
Jon B
ex. (555) 345-3545 = (555)345-3535
ex. 555-345-3545 = (555)345-3535
ex. 5553453545 = (555)345-3535
I could write this myself but why reinvent the wheel.
Jon B