替换我帖子中的所有图片网址

时间:2012-06-18 18:05:20

标签: regex

我已使用此正则表达式删除了我博客中的所有<a href=""></a>标记: <a\s[^>]*> $1现在我需要更改我的所有图片网址:

<img src="http://files.tampo.ua/files/news/part_38/388705/1.jpg" width="500" height="291" border="0" class="c24" />

为:

<img src="https://dl.dropbox.com/u/85819604/1.jpg" width="500" height="291" border="0" class="c24" />

所以我需要替换图像服务器的主路径。

http://clip2net.com/s/22PwP

1 个答案:

答案 0 :(得分:0)

尝试将http://files.tampo.ua/files/news/[^/]*/[^/]*/替换为https://dl.dropbox.com/u/85819604/