Suppose string is
<a href='fooo' >hai</a><img src='foo' >hai'b
i want to remove all '
in between src/href
So the result should be like this
<a href=fooo>hai</a><img src=foo>hai'b
It should effect only the tags <a><img>