Regular Expressions 101

Community Patterns

web log entry

2

Regular Expression
PCRE2 (PHP >=7.3)

/
(?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

Description

no description available

Submitted by PepeRG - 3 years ago