backarc:
--------------------------------------------------------------------------------
Hi all, 
I'm having text documents containing lots of "\n" markers. 
Now I want these to be real line breaks. 
...
backarc
--------------------------------------------------------------------------------

Hi, it should be possible tu use a regular expression replacement (Ctrl+H):
Place the cursor at the end of the text
replace:
\\n
with:
\n

[x] regular expression

(o) direction backwards

The "backwards" workaround is necessary due to some limitation in of the
"linewise" editor component.
\\n uses the escaped form of the backslash the get the literary value of
backslash rather than a re metacharacter.

vbr

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

Odpovedet emailem