想解析一些日志,有点难。日志如下所示:
/ajax/foto.php?whatever-session-info-here
/edit.php?path=blahblah-imgage-url.jpg
/catalog/whetaever-text-here
/item/whetaever-text-here
/gallery (without slash at the end)
所以
/[a-zA-Z-]{0,}/
适用于斜线之间的文本,我有
/catalog/
/item/
正则表达式工作后
所以问题是如何获得这个例子的输出,看起来像:
/ajax/foto.php
/edit.php
/catalog/
/item/
/gallery
添加:找到这个,只需要前两个斜杠之间的文本:
/foto/300/b/5/4/19123312.jpg
获取 /foto/