Hi. I've been using Notepad++ for last two weeks, I like it, However, i used EditPlus before, and I'm accostumed to that interface for finding-replacing text.
I tried to change every carriage return \n for a , but I couldn't did it, and the program doesn't have a help file so I can guide in the regex flavor needed.
I tried too with $, ^ but doesn't function.
I tried too with the plugin with CTRL + R, but couldn't
I suggest doing a more intuitive interface and alternative modes of finding replacing, for this simple yet needed utility.
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. I've been using Notepad++ for last two weeks, I like it, However, i used EditPlus before, and I'm accostumed to that interface for finding-replacing text.
I tried to change every carriage return \n for a , but I couldn't did it, and the program doesn't have a help file so I can guide in the regex flavor needed.
I tried too with $, ^ but doesn't function.
I tried too with the plugin with CTRL + R, but couldn't
I suggest doing a more intuitive interface and alternative modes of finding replacing, for this simple yet needed utility.
Thanks in advance
I suggest using the advanced find/replace *without* regex. See http://notepad-plus.wiki.sourceforge.net/FindReplaceNewlineHowTo for details of how to do it, and why it's so difficult.
For a list of what regex it does support, see http://notepad-plus.sourceforge.net/uk/regExpList.php .