Is there a way to avoid both boolean and regular expressions and simply search for a literal string exactly as I enter it? For instance, while in Boolean mode I searched for:
return ""
and found all instances of the word 'return' were highlighted, as the following quote marks were considered to be boolean syntax. Now, this particular search I could run in regex mode, but I'd rather not have to think about what I might need to escape as a regex.