george fotheringay:
I'm using Lua to find occurrences of lines which begin with the character "[", via the call editor:findtext(pattern,SCIFIND_REGEXP,position), where pattern is the string "^\[".
Maybe you need to escape the '\': "^\\[". Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
