Regex in search for is not case sensitive

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
caballo-blanco
New Member
New Member
Posts: 1
Joined: 2022-04-06, 13:33 UTC

Regex in search for is not case sensitive

Post by *caballo-blanco »

In "Find files" in "search for" when I use regex ,it's not case sensitive. Also I noticed it is working on particular part between \ \ \ in path.
I do not quite get how it is working, could someone explain it to me because for example I can write "xrp" in regex and it will not search for only xrp file or folder but for Xrp (ant others with capital letters) and in fact for .*[xX][rR][pP].*
User avatar
Gral
Power Member
Power Member
Posts: 1460
Joined: 2005-01-26, 15:12 UTC

Re: Regex in search for is not case sensitive

Post by *Gral »

Did you read HELP?
Modifiers

Modifiers are used for changing behaviour of regular expressions.

(?i) Ignore Upper-/lowercase. In Total Commander, this is the default for file names.
(?-i) Case-sensitive matching.
Post Reply