Regular Expressions 101

Community Patterns

0

test1

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago
0

QR Parse

PCRE (PHP <7.3)
to parse qr
Submitted by h - 7 years ago
0

Parse QR

PCRE (PHP <7.3)
no description available
Submitted by h - 7 years ago
0

url

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

Piwik

1

Regular Expression
Python

r"
(?P<host>[^\s]+) (?P<ip>\d+\.\d+.\d+\.\d+)?(?:\s+\[?)(?P<date>.*?)\s+(?P<timezone>.*?)(?:\]?) (?:[^\s]+?) (?:[^\s]+?) \"(?P<method>\S+)\s+(?P<path>.*?)\s+\S+\s+(?P<status>\S+)\s+(?P<length>\S+)(?:\s+\"?)(?P<referrer>.*?)(?:\"?)(?:\s+\"?)(?P<user_agent>[^\"]+)\"
"
gm

Description

Loading markdown...
Submitted by Lennart Peeters - 7 years ago