Page 1 of 1

delete all of the text between two strings on multiple lines

Posted: Sat Jul 07, 2012 4:38 am
by compliance11
Using Regex, how do I remove all of the text between two strings?

As an example, if I have this:
<html>
line1
line2
line3
line4
stuff5
more stuff
<strong>

And I want to end of with this:
<html>
<strong>

What is the search string?