G
Gina_Marano
Good day all,
I am in need of help to create a regular expression that will remove
all characters that aren't 0-9. This is to cleanup junk phone numbers
and social security/personal numbers. I want to be extreme and remove
any character because you never know what they user entered.
For example:
123_123-123 should return as 123123123
(233 555-1212 shoul return as 2335551212
I don't want any spaces or anything just the numbers.
Thanks for any help.
~Gina_M~
I am in need of help to create a regular expression that will remove
all characters that aren't 0-9. This is to cleanup junk phone numbers
and social security/personal numbers. I want to be extreme and remove
any character because you never know what they user entered.
For example:
123_123-123 should return as 123123123
(233 555-1212 shoul return as 2335551212
I don't want any spaces or anything just the numbers.
Thanks for any help.
~Gina_M~