Regular Expressions 101

Community Patterns

nginx_luedong

1

Regular Expression
PCRE (PHP <7.3)

/
(?<remote>[^ ]*) - (?<user>[^ ]*) \[(?<time>[^\]]*)\] "(?<method>\S+)(?: +(?<path>[^\"]*) +\S*)?" (?<code>[^ ]*) (?<size>[^ ]*)(?: "(?<referer>[^\"]*)" "(?<agent>[^\"]*)")? (?<request_time>[^ ]*) (?<upstream_response_time>[^ ]*)
/

Description

no description available

Submitted by anonymous - 8 years ago