I have a Json response which comes in html format. I want to remove the ID from the response. There are 3 occurrences of "Optional Coverages" in the string. I want to delete the 3rd occurrence within <b>
tag using javascript/angularjs.
<div class=\"something\"> <a name=\"Optional Coverages\" id=\"Optional Coverages\"></a><b>Optional Coverages</b><br/> <p align=\"left\">
Thanks, Ab