Regex to get all the content after the first closing tag ">" encountered before
"<a href " till the end.
How do I get that? I'm not good at regex :/
eg:
<img class="abc" src="abc.jpg"> blah blah blah <a
href="http://en.wikipedia.org/wiki">abc defg hijk lmnop</a> blah
Expected output:
blah blah blah abc defg hijk lmnop blah