我已使用此正则表达式删除了我博客中的所有<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" />
所以我需要替换图像服务器的主路径。
答案 0 :(得分:0)
尝试将http://files.tampo.ua/files/news/[^/]*/[^/]*/
替换为https://dl.dropbox.com/u/85819604/