You can use RE ^ or $ as the search works on separate lines. These null-width metacharacters should be combined with some patern, eg. ^. - the first character of the line .$ - the first character of the line
however - the newline itself can't be removed or replaced this way. One have to use the join lines function for that. -- <http://forum.pspad.com/read.php?2,35556,35568> PSPad freeware editor http://www.pspad.com
