I want to write a regex for first and last names, that will allow international characters such ass accented letters, and letters with omlaus(??)
ex Černe, LindstrÖM, LaramÉE
I am writing in php5 using ereg()
Hope this isn't too simple.
Thanks and Cheers in advance for any help.