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

zoingz
6 - Meteoroid

This may pretty sound repetitive to post another solution , but it's just after looking at more feature of regex tool - to specify diff patterns using | (pipe), here goes the updated solution

Guys, feel to comment your thoughts

 

Spoiler
Spoiler

challenge_4_v2.PNG
zoingz
6 - Meteoroid

This may pretty sound repetitive to post another solution , but it's just after looking at more feature of regex tool - to specify diff patterns using | (pipe), here goes the updated solution

Guys, feel to comment your thoughts

 

Spoiler
Spoiler

challenge_4_v2.PNG
dvsrtns
7 - Meteor

Not very efficient, but I got there in the end. I'm sure there are better ways.

 

Spoiler
Capture.PNG
joona_rauhamaki
8 - Asteroid

My solution as attachment. This one was fun!

pjdit
8 - Asteroid

My solution...

Spoiler
Challenge_4_Spoiler.JPG
Mausam
8 - Asteroid

My solution with my current knowledge of Regex.

It may look clumsy, but I have performed the analysis in a step by step manner.

 

DataKyle
8 - Asteroid

I made this way harder than it had to be... another challenge down.

hfanda73
8 - Asteroid

doing this by trial and error and as a result learnt so much using RegEx and DateTime tool.

johnemery
11 - Bolide

This was tough for me. I clearly need to up my RegEx skills. I got the solution, but it's much longer than many of the solutions posted here. I didn't know you could do so many things with RegEx! It's like magic.

 

Spoiler
Capture.PNG
hfanda73
8 - Asteroid

to practice your RegEx skill use the RegEx tool dropdown list. RegEx tool is so powerful.