Remove text enclosed by < and > as well as the < an
Posted: Sun Dec 01, 2013 5:15 pm
I need to replace a string...
<ReportTable1>[EmbeddedReport1]efrm goes here[/EmbeddedReport1]
with empty string. So I guess it might better be described as finding and deleting the string<ReportTable1>[EmbeddedReport1]efrm goes here[/EmbeddedReport1]
The number 1 could be any number from 1-99.
Also what would I need to do if the string was <ReportTable1> and not the longer string?
Thanks
<ReportTable1>[EmbeddedReport1]efrm goes here[/EmbeddedReport1]
with empty string. So I guess it might better be described as finding and deleting the string<ReportTable1>[EmbeddedReport1]efrm goes here[/EmbeddedReport1]
The number 1 could be any number from 1-99.
Also what would I need to do if the string was <ReportTable1> and not the longer string?
Thanks