`"""\d{2}\w$month\w\d{4}"""` (or just `"""\d{2} $m...
# getting-started
r
"""\d{2}\w$month\w\d{4}"""
(or just
"""\d{2} $month \d{4}"""
)