Community Patterns

Community Library Entry

2

Regular Expression
Created·2021-03-11 23:06
Flavor·PCRE2 (PHP)

/
(?P<host>\d{1,3}.\d{1,3}.\d{1,3}.\d{1,3})(\s-\s)(?P<user_name>[\w-]*)(\s\[)(?P<time>\w*\/\w*\/\d{1,4}:\d{1,2}:\d{1,2}:\d{1,2}\s-\d{1,4})(\]\s\")(?P<request>.*)(")
/
gm
Open regex in editor

Description

no description available

Submitted by PepeRG