Great editor with a dazzling number of features. Even more great because it
works without installing files in the %systemroot%\Win32 directory. I can even
use it at work on my "locked" computer.

Working with the editor for some weeks now, I keep asking myself how to search
for a newline in the middle of a string. Suppose I have this:

  add
   primary key ...


And I want to replace this with the same sting without the newline:

add primary key

How can that be achieved? I tried search strings that contained $ (EOL) and ^
(BOL), but nothing seems to work. On the replace side everything works OK.
Replacing

add primary key

with

add\nprimary key 

does insert a newline after the "add" indeed.

Any help would be greatly appreciated.

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

Odpovedet emailem