以下面的代码为例
<a style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" href="http://3.bp.blogspot.com/xxxxxxx.JPG"><img src="xxxxxxxxxxxxxx" alt="" width="200" height="150" border="0" /></a>
如何创建正则表达式以从img标记中删除包含域'blogspot.com'的任何链接标记?
最后我想要这个
<img src="xxxxxxxxxxxxxx" alt="" width="200" height="150" border="0" />
提前致谢。