Page 1 of 1

Regex with accented characters

Posted: 10.04.2023, 18:04
by JPL75
Hello,

I have tried to use multirename with file names with accented characters. I uses "\pL" which is supposed to match any Unicode letter. Unfortunately this does not seem to work for freecommander (I tried also \p{L} and \p{Letter}).

I had to use [A-zÀ-ÿ] which is cumbersome.

Is the any simple way to match any unicode letter ?

Note : I am under WIndows 10.

Thanks in advance for your reply
Jean-Pierre