Regular Expressions 101

Library entries

1
python

Bug in regexp match count

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

ffmppeg

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

Week Regex

Regex for MM/DD/YYYY week
Submitted by anonymous - 3 years ago
1
python

2- SEMANA3

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

ali

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

ali

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

linkedin

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

2line

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

Redis output

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

matches any MAC ID in router log files

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

test

no description available
Submitted by anonymous - 3 years ago

TV Show

Vote

1

Regular Expression
python

r"
^ (?P<show>[a-zA-Z1-9\.\-]+[^\.]) \.[Ss]?(?P<season>\d{1,2})[EeXx](?P<episode>\d{1,2}) (\.(?P<title>[a-zA-Z1-9\.]+[^\.]))? \.(?P<resolution>\d{3,4}p) \.(?P<quality>[a-zA-Z\-]{1,6}) \.(?P<codec>[a-zA-Z0-9\.]+\d) ([\.\-](?P<team>.+))? $
"
mgx

Description

Loading markdown...
Submitted by naingenieu - 7 years ago