Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: cris on September 20, 2021, 13:21:36

Title: File Search with Regex is case sensitive
Post by: cris on September 20, 2021, 13:21:36
Hey *,

File search (F3) with regex is case sensitve - e.g. wildcard search isn't.

Is there a way to turn of case sensitivity?
I tried a heading (?i) and also the surrounding /xxx/i but both didn't work.

Greets
Title: Re: File Search with Regex is case sensitive
Post by: Mathias (Author) on September 20, 2021, 18:28:39
When matching filename using the RegEx it is "ignore case" since Windows filesystem is that.

For matching file content you can toggle ignore case on/off