Regular Expressions 101

Sponsors

Library entries

1
python

Date

Find and ISO format date.
Submitted by Andrew Chalk - 7 years ago
1
javascript

123

fsd
Submitted by fds - 7 years ago
1
python

PECL: find stable versions

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

Domain Regex (line start)

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

get rid of hash tag

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

java

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

Regex - global match, multiline

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

date Format

no description available
Submitted by anonymous - 7 years ago
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

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