开发者

Regex / Yahoo Pipes - Match first word after an expression

开发者 https://www.devze.com 2023-02-18 14:38 出处:网络
I\'m basically trying to do the same thing as in this example - How to match the first word after an expression with regex? - but within Yahoo Pipes.

I'm basically trying to do the same thing as in this example - How to match the first word after an expression with regex? - but within Yahoo Pipes.

I've test开发者_如何学Pythoned the answered coded in Yahoo Pipes but it doesn't seem to be do anything at all.


Yahoo's documentation mentions capture groups are supported.

So you could likely use the String Regex module to e.g. replace ipsum (\w+) with $1.

0

精彩评论

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