I have deleted all <a href=""></a> tags in my blog with this regex expression:
<a\s[^>]*> $1 and now I need to change all my image URLs from:
<img src="http://files.tampo.ua/files/news/part_38/388705/1.jpg" width="500" height="291" border="0" class="c24" />
to:
<img src="https://dl.dropbox.com/u/85819604/1.jpg" width="500" height="291" border="0" class="c24" />
So I need to replace the main path to the image server.
Try replacing
http://files.tampo.ua/files/news/[^/]*/[^/]*/withhttps://dl.dropbox.com/u/85819604/