I'm looking to format phone numbers in a text field to xxx-xxx-xxxx,
when you tab out of the field. I have users that enter phone numbers
many ways 6052222222,605-222-2222,605.222.2222I Have (this.value =
this.value.replace(/[^\*]/g,'*')"/>) on my exit on the field which works
fine if your enter the phone number 6052222222. Any direction in the
right way would be great, a newbie to thisThanks,