In the Scite editor is there a way to runa regex search where the first character is "notted".
Normally the hat symbol (^) is used but at the start of the regex this indicates the start of a line.
So this:
^.', +'default'
Doesn't work (this sequence can be in the middle of a line). :-(