Is it really a name?
Posted: Thu Feb 10, 2005 9:48 pm
OK, I'm doing some form validation and I would like to determine whether or not what the user entered is really their name.
I'm validating against the following:
no numeric characters
no special characters (except for ' and - (hypen) )
A-z is OK
letters such as Éáöň need to be allowed.
I'm stuck on letters that have accents and such on them. anyone?
I'm validating against the following:
no numeric characters
no special characters (except for ' and - (hypen) )
A-z is OK
letters such as Éáöň need to be allowed.
I'm stuck on letters that have accents and such on them. anyone?