Regular Expressions 101

Community Patterns

parse apache access.log

1

Regular Expression
PCRE (PHP <7.3)

/
^([0-9.]+)\s(.)\s(.)\s\[(.*)\s(\+[0-9]*)\]\s\"GET|POST\"
/
gmi

Description

no description available

Submitted by anonymous - 8 years ago