I was trying to get files with characters out of the range from "!"(close-exclamation) to "¡"(open-exclamation) with [!-¡] but i have some problems.
Testing with RegEx enabled:
¡ - Gets good results...
But with this (that should be exactly the same)...
[¡] - It shows very estrange things (files without "¡" but with º,ª,á,é,¿,©...)
Other thing, I found is that it doesn’t understand no hexadecimal characters for example \x41 (A)
Thanks a lot for the efforts in this software.
Problematic characters in RegEx
Problematic characters in RegEx
Last edited by SafetyCar on Fri Jan 08, 2010 9:47 am, edited 1 time in total.
Re: Problematic characters in RegEx
Only ASCII characters are supported when regex is enabled.
Unicode regex support is on my "Things to do" list.
Unicode regex support is on my "Things to do" list.