core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
my regex:
(\d+-[[:alpha:]]+-\d+)
(\w+ \d.+\d+)
Had to really brush up on my regex skills!
I probably used far too many RegEx but it worked:)
"Too much" Regex is like too many beers on your birthday. It's entirely theoretical and mainly just paper talk.
So true. This was a fun one.
This is quite tough since I haven't used Regex enough to really understand what it's doing. A really good practice though!
Lots and lots of REGEX.
Solution attached.
REGEX and Date Parsing tool! Thank you for putting these all together.
Solution attached - thank you!