Quote:
Originally Posted by Starson17
Got it.
So does that mean that \W as the negated word character class will work fine, but [A-Z] will match [a-z] characters in the ignore case search?
|
That is my expectation. Character classes that don't depend on case should work without surprise. Classes that do depend on case will match both cases, even if the class contains only one of them.