Me again
The script does a great job at replacing a word with another word. But how should I approach replacing a word with a few paragraphs of text? It works, but when it encounters a space betwen paragraphs (a blank line, like the one below) it stops.
I have tried using \n (as I use in Javascript alerts) but it does not work... Is there another way?
Thank you!!