Regular Expressions 101

Community Patterns

Extract ip, url from aws log

1

Regular Expression
PCRE (PHP <7.3)

/
^(\S*) (\S*) (\S*):(\d)* (\S*) (\S*) (\S*) (\S*) (\S*) (\S*) (\S*) (\S*) (\S*) (\S*) (.*)$
/

Description

no description available

Submitted by vishnu prathish - 8 years ago