i need to verify if a string is in the correct format for a telephone number, ie: "(###)###-####" ... i could do it w/ many if then's, but i'd rather not. can anyone think of an easier way to check the format..theres no format(phonenumber) =(... i had a loop that would check to make sure theres a number in every location other than 1,5,9..but if someone put "(###P###-####" it wouldn't find that as an error...
