Regular Expressions 101

Library entries

1
python

regex to match absolute urls

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

test

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

parse array to object p1

no description available
Submitted by me - 8 years ago
1
javascript

dd-mm-yyyy

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

Currency Detector Python

Currency Detector for Python
Submitted by Joao Graca - 8 years ago
1
javascript

Alpha + Underscore

no description available
Submitted by Sergio de la Garza - 8 years ago
1
javascript

url regex

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

c

no description available
Submitted by s - 8 years ago
2
python

parse tag data with multiline

parse tag data with multiline
Submitted by Ali GÖREN - 8 years ago
0
python

my regex for multiline

multiline input with tagged
Submitted by Ali GÖREN - 8 years ago

apache log parser

Vote

1

Regular Expression
python

r"
(?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 - 8 years ago