Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #4: Date Parsing

Waynemk
8 - Asteroid

my regex:

(\d+-[[:alpha:]]+-\d+)

(\w+ \d.+\d+)

ggruccio
ACE Emeritus
ACE Emeritus

Had to really brush up on my regex skills!

_sbeaumaster
7 - Meteor

I probably used far too many RegEx but it worked:)

mceleavey
17 - Castor
17 - Castor

"Too much" Regex is like too many beers on your birthday. It's entirely theoretical and mainly just paper talk.



Bulien

_sbeaumaster
7 - Meteor

So true.  This was a fun one.

NurulShi12
8 - Asteroid

This is quite tough since I haven't used Regex enough to really understand what it's doing. A really good practice though!

LandonG
8 - Asteroid

Lots and lots of REGEX.

 

Spoiler
Untitled picture.png
jasperlch
12 - Quasar

Solution attached.

Treyson
13 - Pulsar
13 - Pulsar

REGEX and Date Parsing tool! Thank you for putting these all together.

Treyson Marks
Senior Analytics Engineer
blairmbailey
8 - Asteroid

Solution attached - thank you!