Regular Expressions 101

Sponsors

Library entries

1
python

signal

no description available
Submitted by anonymous - 7 years ago
1
python

message

no description available
Submitted by anonymous - 7 years ago
1
javascript

1

no description available
Submitted by anonymous - 7 years ago
0
javascript

Website URL

no description available
Submitted by anonymous - 7 years ago
1
javascript

magnet

Extract magnet links
Submitted by Peng - 7 years ago
1
python

regex to match absolute urls

no description available
Submitted by maq - 7 years ago
0
javascript

test

no description available
Submitted by anonymous - 7 years ago

apache log parser

Vote

1

Regular Expression
python

"
(?P<remote>[\.0-9]+) (?P<identity>[\w\d\-]+) (?P<user>[\w\d\-]+) \[(?P<date>.*?)\] "(?P<method>\w+) (?P<url>.*?) (?P<protocol>[\w\/\.\d]+)" (?P<status>\d+) (?P<bytes>[\d-]+) "(?P<referer>.*?)" "(?P<agent>.*?)"
"

Description

Loading markdown...
Submitted by Claudio Borges - 7 years ago