kaymatrix: -------------------------------------------------------------------------------- Find for: \s Replace with: \n And I did regular expressions search... --------------------------------------------------------------------------------
Hi, multiline search and replace work a bit problematic in PSPad: in your case - *replacing something with a newline*, you can use your pattern, but the replace must be performed _backwards_ (after setting the cursor at the end of the text). The other way is not possible via re - replace, you can just use Edit :: Lines ... :: *join lines* sometimes. Or you can try some *addons* mentioned in the FAQ: http://forum.pspad.com/read.php?2,12797#msg-12805 on this topic. -- <http://forum.pspad.com/read.php?4,45303,45304> PSPad freeware editor http://www.pspad.com
