|
|
Browse by Tags
All Tags » C# » regular expression css stylesheet
-
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 ...
|
|
|