Regular Expressions 101

Community Patterns

1

emoji-test.txt

Python
emoji-test.txt
Submitted by anonymous - a month ago
0

comma separated ESPEC

Python
ESPEC
Submitted by Ian Cole - 3 months ago
0

NLP_Regex

Python
Learning Regex for NLP
Submitted by anonymous - 3 months ago

Bespoke NGINX Log Parse

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 - 6 months ago