In previous three episodes I explored regular expression APIs of Ruby, Crystal, and Python, so let's finish this by doing the same exercise in Raku.
The problem is the same - there's multiple date formats, and we want to extract information from whic...