L
Laurie
I have a database of 100,000 phone numbers in every
imaginable configuration (213) 555-1212, 213-555-1212,
1(213)5551212, 213/ 555-1212, 555-1212, 2135551212 (you
get my point). Some have area codes, some don't, some
even have extentions like "ext. 123". I have enough
location information to figure out area codes, etc, but
how do I strip out all of the extra character to give me
nothing but numbers? Once I get rid of the extra
characters, I can probably create the algorithms to
figure out the rest, but removing the non-numeric data
has me baffled.
imaginable configuration (213) 555-1212, 213-555-1212,
1(213)5551212, 213/ 555-1212, 555-1212, 2135551212 (you
get my point). Some have area codes, some don't, some
even have extentions like "ext. 123". I have enough
location information to figure out area codes, etc, but
how do I strip out all of the extra character to give me
nothing but numbers? Once I get rid of the extra
characters, I can probably create the algorithms to
figure out the rest, but removing the non-numeric data
has me baffled.