Page 1 of 1

Regular Expressions Case Insensitive?

Posted: Mon Jan 31, 2005 5:32 pm
by irbrian
"Case Sensitive" IS checked, but all my searches are still case insensitive -- CAPS in the regex match lowercase text, and vice versa. Whats going on??

Posted: Mon Jan 31, 2005 5:32 pm
by Abacre
"Case Sensitive" on Batch replace controls only lateral replacement
mode: when "Use regular expressions" is OFF.
If you want to control case sensitivity when "Use regular expressions"
is ON use "Modifier I" in main menu Action - Options - Batch replace.
So to make r.e. case sensitive you should set Modifier I in position
OFF.