I have a variable containing html string. This string has this particular code
<a href='http://www.pheedo.com/click.phdo?s=xxxxxxxx&p=1'><img border='0' src='http://www.pheedo.com/img.phdo?s=xxxxxxxxxx&p=1' style='border: 0pt none ;' alt=''/></a>
Using regex, how can I remove that. Basically looking for the pheedo.com domain, and stripping out the link and image tag.
Thanks
This should match the tags (written in PHP):