Author Topic: File Search with Regex is case sensitive  (Read 3696 times)

cris

  • Newbie
  • *
  • Posts: 1
    • View Profile
File Search with Regex is case sensitive
« 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

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: File Search with Regex is case sensitive
« Reply #1 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