I have the below html code:
<td colspan="2" class="logo_padding">
<table cellpadding="0" cellspacing="0" width="80%">
<tbody>
<tr>
<td>
<a class="logo" href="mysite.com/"><img src="http://mysite/images_mysite/logo.gif" alt="" title="" border="0"></a>
</td>
</tr>
</tbody>
</table>
I don't have control over the html so I need to change the img to jpg to test how it looks :
so I want to replace this string
http://mysite/images_mysite/logo.gif with this : http://mysite/images_mysite/logo.jpg