Regular Expressions 101

Community Patterns

0

comma separated ESPEC

Python
ESPEC
Submitted by Ian Cole - 5 months ago

Extract structure from dates

0

Regular Expression
Python

r"
(?P<start>\d{1,2}) ?[-/] ?(?P<end>\d{1,2})[ /]{0,2}(?P<year>\d{2,4})
"
gm

Description

Loading markdown...
Submitted by anonymous - 8 months ago