Is it possible to find and replace a character with a control character? Given the text
one,two,three
I want to Find , and replace with \n (new line). So the result becomes
one
two
three
I am using Visual Studio, but I believe this applies to most any text editor in Windows.