Ticket #1543 (new defect) — at Version 1

Opened 15 years ago

Last modified 15 years ago

Case-insensitive regex search with [^ranges] does not work correctly

Reported by: vda Owned by:
Priority: major Milestone: 4.7.0-pre2
Component: mc-search Version: 4.7.0-pre1
Keywords: Cc:
Blocked By: Blocking:
Branch state: Votes for changeset:

Description (last modified by slavazanko) (diff)

In Command->Find File dialog, I search for "dbus::message" in a C++ source tree. It finds unwanted things like "DBus::MessageIter".

Note: in this case, I have Case sensitive off.

So I select [x] Regular expression and search for "dbus::message[^A-Za-z]". It still finds "DBus::MessageIter". Same happens with "DBus::Message[^Ii]".

With checked [x] Case sensitive option and "DBus::Message[^A-Za-z]" regex, it works as it should.

Observed on today's git.

Change History

comment:1 Changed 15 years ago by slavazanko

  • Description modified (diff)
Note: See TracTickets for help on using tickets.