0
我基本上試圖做與本例中相同的事情 - How to match the first word after an expression with regex? - 但是在Yahoo Pipes中。正則表達式/雅虎管道 - 在表達式後匹配第一個字
我測試了雅虎管道中的回答編碼,但它似乎沒有做任何事情。
我基本上試圖做與本例中相同的事情 - How to match the first word after an expression with regex? - 但是在Yahoo Pipes中。正則表達式/雅虎管道 - 在表達式後匹配第一個字
我測試了雅虎管道中的回答編碼,但它似乎沒有做任何事情。
Yahoo's documentation提及捕獲組支持。
因此,您可能會使用String Regex模塊來用$1
代替ipsum (\w+)
。
對不起,我還是有點迷路。我如何找到下一個單詞而不是替換ipsum? – tedbaker 2011-03-19 00:38:13