Regular Expressions 101

Community Patterns

0

index_re

Python
no description available
Submitted by anonymous - 3 years ago
0

lineup.re

Python
no description available
Submitted by anonymous - 3 years ago
0

US zip code

Python
no description available
Submitted by anonymous - 3 years ago
0

Log error code

Python
no description available
Submitted by anonymous - 3 years ago
0

3 voyels word

Python
no description available
Submitted by anonymous - 3 years ago
0

分组

ECMAScript (JavaScript)
显示分组
Submitted by Jason - a year 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