I am trying to validate names such as these Daniëlle, François en Noël
I want to include all these letters of the unicode table in my regex because names from Norway or France use different letters. What would be a good regex to account for all those?
But I want to exclude all numbers and operators from the unicode table. So it will be just letters a-zA-Z + those special letters.