Hello!
I have a problem writing an expression where I want to match all characters with an accent. I will have a text where the character é (or á) will appear and I just want to find this character or any character with an accent. I have tried all sorts of combinations with \P{Mn} but I don't get it to work.
If I write an expression with only \P{Mn} it matches all characters. For example André. I will use the expression in C# where there is a special way of writing thos. I think \P{Mn} is written as :Mn.
Can anyone help me with this one?
Best Regards
Johannes