Regular Expressions 101

Community Patterns

Match Date with Month spelled out

1

Regular Expression
Python

r"
(Jan(uary)?|Feb(ruary)?|Mar(ch)?|Apr(il)?|May|June?|July?|Aug(ust)?|Sep(t(ember)?)?|Oct(ober)?|Nov(ember)?|Dec(ember)?)[ ](3[01]|[12][0-9]|[0][1-9]|[1-9])[,][ ](20\d{2})
"

Description

no description available

Submitted by Drew - 10 years ago