poncho: -------------------------------------------------------------------------------- I tried to replace " " in a large string with a real new line. I used regex, search="\\r\\n", replace="\n". PSPad replaces only the first match. ... --------------------------------------------------------------------------------
Hi, due to the current limitation of the regex engine the *backward* search should be used for replacements with newlines. See e.g. http://forum.pspad.com/read.php?4,45303,45315#msg-45315 -- <http://forum.pspad.com/read.php?4,45648,45651> PSPad freeware editor http://www.pspad.com
