probably a silly question. I'm trying to find and replace the following code in javascript. So that code is part of an ajax response with a lot of html code. So, I'm getting the ajax response, and I put it on a string variable, and using replace() I'm trying to remove the following tags combination. Any idea will be appreciated?
<ul>
</li>
</ul>