Replika:
--------------------------------------------------------------------------------
Fred:
--------------------------------------------------------------------------------
You mean "aaa\n bbb" would become "aaa\nbbb" ?

If so you could try:
Find: (\\n) ([a-zA-z]{2,})
Replace: $1$2
--------------------------------------------------------------------------------

Thanks, but it should be fixed? ;-)
--------------------------------------------------------------------------------


\n means replace with the line end. If you use regular expressions, you need to
escape system chars.

-- 
<http://forum.pspad.com/read.php?6,40478,40892>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem