In UltraEdit in the Replace dialog this will match the a CR/LF (DOS line
terminator) immediately followed by the end of a line (i.e., a blank line) and
replace it with nothing, effectively deleting it:

UNIX RegExp:
Find What: \p$
Replace With: (literally nothing)

How do you the same thing in PSPad using it's regular expression syntax?

Thanks in advance

Martin.

-- 
<http://forum.pspad.com/read.php?2,45411,45411>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem