Community Patterns

Community Library Entry

0

Regular Expression
Created·2016-02-28 19:54
Flavor·Python

r"
(?P<host>[\d\.]+)\s(?P<identity>\S*)\s(?P<user>\S*)\s\[(?P<time>.*?)\]\s"(?P<request>.*?)"\s(?P<status>\d+)\s(?P<bytes>\S*)
"
Open regex in editor

Description

no description available

Submitted by anonymous