Regular Expressions 101

Community Patterns

0

NLP_Regex

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

comma separated ESPEC

Python
ESPEC
Submitted by Ian Cole - 3 months ago

Extract time from text

1

Regular Expression
Python

r"
\b([01]?[0-9]|2[0-3]):([0-5][0-9])(?::([0-9][0-9]))?\b
"
gm

Description

Loading markdown...
Submitted by anonymous - 2 years ago
(Last modified 2 years ago)