Search found 1 match

by compliance11
Sat Jul 07, 2012 4:38 am
Forum: Advanced Find and Replace
Topic: delete all of the text between two strings on multiple lines
Replies: 0
Views: 22820

delete all of the text between two strings on multiple lines

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?