Greetings:
I'm trying to do a very simple regex: search for 'n_' followed by any character and preceded by any character except 'n'. I'm no expert but I'm expecting this to work:
[.^n]n_.
... but it don't.
BTW, possible bug: If I click 'Match only a whole word' then click 'Use regular expressions', I can no longer unclick the former, I have to unclick the latter, then unclick the former, then reclick the latter. Not exactly a big problem but still, it seems like a bug.
Thanks guys.