Hi Mathias,
example.txt :
Abc
Look for: *.txt
File Content: abc
RegExp (x)
File is not found, no matter how "Case sensitive" is set. Of course it is found by "[Aa]bc".
I know that regex are case-sensitive by default, but there is also no possibility to explicitly set the regex to insensitive.