いくつかのログを解析したいのですが、少し難しいです。ログは次のようになります。
/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
追加: これを見つけました。最初の 2 つのスラッシュの間のテキストのみが必要です:
/foto/300/b/5/4/19123312.jpg
/写真/を入手する