Regular Expressions 101

Community Patterns

1

WoW Screenshot

Python
If you need to rename it
Submitted by anonymous - 7 years ago
1

MML

Python
no description available
Submitted by Aron - 7 years ago
1

capital of

Python
no description available
Submitted by Shebin - 7 years ago
1

Lib

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

pwl repo titles

Python
no description available
Submitted by Devin McGloin - 7 years ago
1

URL matched

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

MAC ADDRESS

Python
no description available
Submitted by abaumann - 7 years ago
1

Cross Reference Regex for SFM

Python
SFM 2.4
Submitted by anonymous - 7 years ago
1

authproc1_auth01_2

Python
no description available
Submitted by anonymous - 7 years ago
3

Email

Python
Python
Submitted by anonymous - 7 years ago
1

email catcher

Python
no description available
Submitted by rafaelverger - 7 years ago

Timestamp recognizer, extracts hours minutes seconds

0

Regular Expression
Python

r"
(?<![:0-9])(?P<hours>0?[0-9]|1[0-9]|2[0-3]):(?P<minutes>60|[0-5][0-9])(?::)?(?P<seconds>60|[0-5][0-9])?(?![:0-9]+\b)
"

Description

Loading markdown...
Submitted by Paul Reiber - 7 years ago