I'm doing a regex search for ","$ and I want to replace this with ","

I'm doing the search backwards
I have tried doing the search with ","\n
I have tried doing the search with ","\n\r
I have tried doing the search with ","\r
I have tried doing the search with ","\x0d
I have tried doing the search with ","\x0a
I have tried doing the search with ","\x0a\x0d

It finds ","$ (but nothing else
It will not replace ","$ with ","

Any ideas on how to do this?

Thanks!

Pete

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

Odpovedet emailem