匹配字符串中的第一个URL通过正则表达式为雅虎管道

时间:2013-04-01 04:08:32

标签: regex yahoo-pipes

我正在使用Yahoo Pipes并尝试操纵RSS提要中的链接。 Feed的网址格式如下:

http://domainone.com?blahblahblah?url=http://otherdomain.com/the_rest_of_the_link

使用管道正则表达式模块我想在字符串中搜索第二个链接并删除第一个链接。结果字符串将是:“http://otherdomain.com/the_rest_of_the_link”到行的结尾。

谢谢。

1 个答案:

答案 0 :(得分:0)

来自documentationenter image description here

您可以根据需要使用正则表达式

(http:\/\/.*){2}

点击此处:http://rubular.com/r/zRZOLX5j54