Regular Expressions 101

Library entries

0
python

Author cite

Get author names from shitty import
Submitted by anonymous - 2 days ago
0
java

Martch Letras y Parentesis

Martch Letras y Parentesis
Submitted by Daniel Gonzalez - 6 days ago
0
python

Session Start/Close

Capturing Start/Close in IRC-logs
Submitted by Corpset - 9 days ago
0
javascript

test

test
Submitted by anonymous - 10 days ago
0
python

PLDI regex 3

for pldi answer
Submitted by PlaceReporter99 - 11 days ago
0
python

PLDI regex 2

for pldi answer
Submitted by PlaceReporter99 - 11 days ago
0
python

PLDI regex 1

For pldi answer
Submitted by PlaceReporter99 - 11 days ago
0
python

Dyno warning regex

Used to separate things in dyno warning
Submitted by anonymous - 11 days ago

Bespoke NGINX Log Parse

Vote

0

Regular Expression
python

r'
(?P<ip>\S*) (?P<firstseperator>-) (?P<userid>\S+|-) (?P<timestamp>\[\S+ \S+) "(?P<URL>\S+|\S+ \S+ [A-Z/0-9.]+)" (?P<http_code>[0-9]+) (?P<guessing_size>[0-9]+) "(?P<endpoint_url>\S+|-)" "(?P<client_and_version>[a-zA-Z/0-9.-]+)
'
gm

Description

Loading markdown...
Submitted by Simon - 2 months ago