Okay, I have read about regex all day now, and still don\'t understand it properly. What i\'m trying to do is validate a name, but the functions i can find for this on the i
When checking your input string you could
However I'm not sure that the \w shorthand includes accented characters, but it should fall into "word characters" category.