Open Source Adventures: Episode 80: Exploring Python Regular Expression API
In previous two episodes I explored regular expression APIs of Ruby, and Crystal, so let's do the same exercise in Python.
The problem is the same - there's multiple date formats, and we want to extract information from whichever one matches.
I'm doi...
taw.hashnode.dev5 min read