delete all of the text between two strings on multiple lines

General discussions about Advanced Find and Replace
Post Reply
compliance11
Posts: 1
Joined: Sat Jul 07, 2012 4:33 am

delete all of the text between two strings on multiple lines

Post 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?

Post Reply