Regex for diacritics for name validation
Hi All ,
I have trying to validate a name field.Where I am using .@pxContainsViaRegex(.Value,"[a-zA-Z._^%&$*#!~/@,é,ü,*,', ,-]+",false) as regular expression.
But here i am not able to enter diacritics .Request your help ,how can I add diacritics in above regualar expressions,so that user can enter diacritics too
Thnaks