now_john:
--------------------------------------------------------------------------------
...How can I search for and replace the end of the line character? ...
--------------------------------------------------------------------------------


Replacing
<
with
\n<

[x] regular expressions
(o) backward

after setting the cursor at the end of the file

seems to work for me; in this case you don't have to distinguish the line-ending
modes, I guess.

However, if you needed the other way - i.e. replacement *of* the newlines
to join lines (instead of replacing *with* the newlines here), you'd need
some script for it, where 
 or \n ... are different.
http://forum.pspad.com/read.php?2,12797#msg-12805

vbr

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

Odpovedet emailem