How would you do a Boolean Regexp search with the first pattern in case sensitive and not the second one. E.g. Boolean Repexp for:
PATTERN1 AND pattern2
If I enable the "Match case" button, it will affect the 2 patterns, but I want only the first one, I don't care the 2nd one being case sensitive.
I tried witth fully regexp method like adding /i (or whatever) but it did not work.