Quote:
Originally Posted by calmeilles
Er... I'm downright dumbfounded that that check box should affect a REGEX search. It's utility for 'Normal' searches is obvious, but it never even crossed my mind that it would affect a REGEX... that's just... silly!
|
It's the same as the "/.../i" option in most regex engines. Or grep's -i option. It saves having to write "[Ff][Ii][Nn][Dd] [Tt][Hh][Ii][Ss]" to find "find this" in a case-insensitive way.