Posted by NC on 10/19/66 11:44
JackM wrote:
>
> I'm still working on validating the phone numbers
....
> What do I need to do to handle this?
Strip every non-digit from the string containing the phone number and
make sure that there are exactly ten symbols left; additionally, in the
U.S., the first digit cannot be 0 or 1.
Cheers,
NC
[Back to original message]
|