Regular Expressions Case Insensitive?

General discussions about Advanced Find and Replace
Post Reply
irbrian

Regular Expressions Case Insensitive?

Post 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??

Abacre
Site Admin
Posts: 1223
Joined: Mon Jan 31, 2005 5:32 pm

Post 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.

Post Reply