Experts,
I am trying to do serch and replace using regex, my problem is the search is a chunk of html enclosed in a div tag. and the contents are dynamic.
Ex--
<div>
<table></table>
</div>
can anyone help me with a expression string to do this. thanks
I am trying to do serch and replace using regex, my problem is the search is a chunk of html enclosed in a div tag. and the contents are dynamic.
Ex--
<div>
<table></table>
</div>
can anyone help me with a expression string to do this. thanks
Comment