Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-06-19 16:18
Flavor·Python

r"
^([^\s]+) ([^\s]+) ([^\s]+) \[([\w:/]+\s[+\-]\d{4})\] "(\S+) /.*() ([^\\"]+)" (\d{3}) (\S+)
"
g
Open regex in editor

Description

Apache Web server log file format following the standard

Submitted by Basil Tungekar