daspostloch wrote:
\s+$ seems to work for me, modulo some marking of white space in the next line on some occasions. is that what you mean by "doesnt seem to understand"?
Yes. I'm a refugee from the Nedit text editor. With the regex above with Nedit the search and replace of this (underscores as whitespace):
aaa___ ____ bbbb______
would result in:
aaa
bbbb
With Geany, it removes the empty line giving me this:
aaa bbbb
which is not really what I was after.
Erik