标签: regex string url yahoo-pipes
例如,我有一些Feed,其标题为
有些文字优于一个文字http://t.co/blablabla #hashtag
然后我想只使用像这样的正则表达式获取URL
http://t.co/blablabla
我该怎么做?
答案 0 :(得分:0)
您可以使用此正则表达式:
http:\/\/t.co\/[^\s]+
http://regex101.com/r/pK6lW5