Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAI think I solved this challenge before, but the challenge progress tracker says no. So tried again.
I could not make a RegEx which captures "27-JUN-70" and "4-SEP-00" at the same time.
So I parsed them separately. RegEx is still difficult to me...
I went through entire course on RegEx but still needed to look at the solution. Most challenging task for me so far - learned a lot!
here is my solution.
Parsing data is a kind of fun.