Hello everyone.
I'm working on a project to clean up user's first and last names because we allow them to type them in. Specifically, I am looking for names in all CAPS or lower case.
I figure a good way to do this is to test names for proper case, but also have a list of first and last name exception tables to store names that for instance begin with McD*, McC* etc. I'm sure someone out there, I just cant find anything using Google.
I'm looking for a list of exception names, names with multiple CAPS.
Is there anything anyone knows about or used?
Thanks guys.
MK
I'm working on a project to clean up user's first and last names because we allow them to type them in. Specifically, I am looking for names in all CAPS or lower case.
I figure a good way to do this is to test names for proper case, but also have a list of first and last name exception tables to store names that for instance begin with McD*, McC* etc. I'm sure someone out there, I just cant find anything using Google.
I'm looking for a list of exception names, names with multiple CAPS.
Is there anything anyone knows about or used?
Thanks guys.
MK