I use the SciTE often so that I can append commas to text files containing lists of things. I use the regular expression find/replace finding '$' and replacing with ','. This works in NotePad++ - but only for single replacements - not replace all. When attempting replace all, it complains about the expression. Also, the syntax find '($)' replace with '\1,' doesn't work in either SciTE or NotePad++.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use the SciTE often so that I can append commas to text files containing lists of things. I use the regular expression find/replace finding '$' and replacing with ','. This works in NotePad++ - but only for single replacements - not replace all. When attempting replace all, it complains about the expression. Also, the syntax find '($)' replace with '\1,' doesn't work in either SciTE or NotePad++.
Have a read of http://notepad-plus.sourceforge.net/uk/newlineFindReplace-HOWTO.php for the various techniques that work with newlines.