Multi-line Find and Replace
I want to be able to open up a text file, find a string, and replace it with something else. The thing is, the thing that I'm finding is multiple lines. So basically...I want to find this:
line1and replace it with this
line2
line3
blah1I know about this - http://nsis.sourceforge.net/archive/....php?pageid=17 - but I can't figure out how to get that to work for multi line stuff. Can anyone help me out?
blah2
blah3