ppetree: -------------------------------------------------------------------------------- I'm doing a regex search for ","$ and I want to replace this with ","
... It finds ","$ (but nothing else It will not replace ","$ with "," Any ideas on how to do this? Thanks! Pete -------------------------------------------------------------------------------- PSPad doesn't support multiline search and replace, unfortunately. You can try script add-ons for this http://forum.pspad.com/read.php?2,12797#msg-12805 or just use Edit: Lines manipulation: Join lines, if possible. vbr -- <http://forum.pspad.com/read.php?2,56287,56288> PSPad freeware editor http://www.pspad.com
