spawnua: -------------------------------------------------------------------------------- I have a file with string of comma-separated words like "word1, word2, word3,...", and I want to replace all commas with end-of-line symbol (\n). Can't do that in "Regular expressions" mode. --------------------------------------------------------------------------------
There is a limitation in the editor component of PSPad; in your case, you can use a backward replace (after setting the cursor at the end of the text) - and use a backward direction with RE replace , >> \n Or you can try the script addons for more complex multiline search and replace; see e.g.: http://forum.pspad.com/read.php?2,12797#msg-12805 -- <http://forum.pspad.com/read.php?6,47446,48266> PSPad freeware editor http://www.pspad.com
