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

hshandilya
7 - Meteor

Took help and solved

phottovy
13 - Pulsar
13 - Pulsar

No longer completely intimidated by RegEx. I highly recommend https://regex101.com/ as a learning tool!

JP_SDAK
8 - Asteroid

I used RegEx parse tool but found it didn't work quite as expected.  I used an "|" (OR) between all of the different regex date expressions, but found that when using \d{1,2} it didn't work. Not sure why.  Just added an additional \d{1| and \d{2} to make it work.

htrivedi123
8 - Asteroid

Not Bad at all!! here is my solution...I know Regex Now!!

DotDigitals
7 - Meteor
It is easy, you just have to study the pattern.
hema_sampath
6 - Meteoroid

Spent some time and finally solved!

SaâdEnnassiri
8 - Asteroid

Hello all, 

This one was cool as well.

My proposal much more brut, I think:-), My REGEX Skills are still poor.

szade1
8 - Asteroid

Too messy! but got the results.

 

Great way to learn!!

danicahui
8 - Asteroid
Spoiler
Challenge 4 2020-07-15.jpg
sferns
5 - Atom

Solved Attached workflow! Keen to optimize what I've created as I'm sure there must be a more cleaner way to do it.