Regex bug in UNIX mode file?
Posted: Wed Nov 04, 2009 9:57 pm
The following regex should find the next line that is empty or contains one or more tabs and/or spaces:
^[ \t]*$
This works, but when in UNIX mode and you hit a completely empty line (containing no spaces, tabs or other characters), you cannot advance past it hitting "Find Next". You have to manually move the line cursor down a line, at which point you can advance to the next matching line with "Find Next". This is 100% repeatable.
^[ \t]*$
This works, but when in UNIX mode and you hit a completely empty line (containing no spaces, tabs or other characters), you cannot advance past it hitting "Find Next". You have to manually move the line cursor down a line, at which point you can advance to the next matching line with "Find Next". This is 100% repeatable.