嗨,这里有人可以帮我将这个 apache access_log 转换为像这样的正则表达式格式吗?
/^\w\w\w \d\d? \d\d:\d\d:\d\d\s(\S+)\s(\S+)\s(\d+\.\d+\.\d+\.\d+)\s-\s-\s\[([^\[]+)\] "(\S+) (.*?) (\S+)\/\S+" (\d+) (\d+) "(.*?)" "(.*?)"\s*$/
这是我的访问日志
2014-10-24 00:00:00 W3SVC1 DK-PV-Proxy 192.168.200.201 GET /news_details.aspx news_id=58096&X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=410f1d3b-e790-4b07-8c68-561d0f5fc9e4 80 - 66.249.69.186 HTTP/1.1 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html) - - www.alkass.net 200 0 0 36957 309 613
提前致谢!