I need to format a textbox value a user enters. The user will enter 13
characters, and then I have to format them, preferably in the onBlur event,
to look like this:
XXXX-XX-XXX-XXXX
I found a script that does commas using Regular expresssions:
characters, and then I have to format them, preferably in the onBlur event,
to look like this:
XXXX-XX-XXX-XXXX
I found a script that does commas using Regular expresssions:
Comment