如何在Yahoo Pipes上只使用正则表达式获取URL?

时间:2013-03-14 13:50:51

标签: regex string url yahoo-pipes

例如,我有一些Feed,其标题为

有些文字优于一个文字http://t.co/blablabla #hashtag

然后我想只使用像这样的正则表达式获取URL

http://t.co/blablabla

我该怎么做?

1 个答案:

答案 0 :(得分:0)

您可以使用此正则表达式:

http:\/\/t.co\/[^\s]+

http://regex101.com/r/pK6lW5