开发者

Extracting with Regex in Yahoo pipes

开发者 https://www.devze.com 2023-04-09 21:04 出处:网络
I am trying to use Yahoo pipes and remove everything from \"Article\" till the end of the page. If I use Regex exp Article.+ I can extract everything till the end of line which is till \"2011\" . But

I am trying to use Yahoo pipes and remove everything from "Article" till the end of the page. If I use Regex exp Article.+ I can extract everything till the end of line which is till "2011

" . But I need to extract till the end of the page which is till "url.replace" What am I doing wrong. I am using http://gskinner.com/RegExr/ which is awesome

Here is what the section of the page looks like This Article was reviewed by Brown开发者_开发问答 Last updated on: Oct 2, 2011

'; _url = _url.replace

Thanks Hil


I think I got it: query string is: Article.+

this will extract till end of line If one wants to extract till end of page use the S checkbox in Yahoo Pipes

0

精彩评论

暂无评论...
验证码 换一张
取 消