【发布时间】:2012-11-12 09:30:48
【问题描述】:
我正在尝试按生成项目的其中一个条目的最后一个字对 CSV 文件中由 Yahoo Pipes 生成的项目进行排序:
this Pipe 生成的示例 JSON 项:
"items": [
{
"name": "Prof. Dr.-Ing. Richard Bamler",
"link": "http:\/\/www.lmf.bv.tum.de",
"lehrstuhl": "Lehrstuhl f\u00fcr Methodik der Fernerkundung",
"y:row": "1",
"description": null,
"title": null
},
我想我需要一个正则表达式来提取名称字符串的最后一个单词(第一个问题),我不太明白。
一如既往,感谢您的宝贵时间。
【问题讨论】:
标签: regex yahoo-pipes