I want to check for valid phone numbers, zipcodes, ssn's, etc, and I
think this is the right place to do it.
So for example, a SSN, I'd do something like IsValidSSN(string) but
what does the corresponding tableValidator.cfc code look like?
Thanks for any help