I need to remove the following string content from a HTML page
<a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/terminaldeembarque.wordpress.com/1847/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/terminaldeembarque.wordpress.com/2044/"></a>
Note that only the numbers "2044" and "1847" are variables, can I do that with a regex? Can anyone help me with that?
Thanks.