Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-04-10 19:36
Flavor·Python

r'
^(?P<ip>\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3}) - - \[(?P<date>.*)\] "(?P<request>.*?)" (?P<status>\d*) (?P<size>\d*) "(?P<referer>.*?)" "(?P<user_agent>.*?)".*$
'
gm
Open regex in editor

Description

no description available

Submitted by anonymous