I have a massive string (a SQL query..) that I have written out in notepad2. I\'m using Java, and I was just wondering if there was a fast and easy way to add something to
Find: (.)$ Replace: \1\\n"
(.)$
\1\\n"
Here's a good regex tutorial.