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

Tripti_Lal
8 - Asteroid

Hi Community,

 

Please find my solution for this challenge.

OwenBData
8 - Asteroid

Managed to get all dates in 1 regex using this: ([A-Z]\w\w\s\d\d?\,?\s\d{4})|\w?(\d\d?-\w{3}\w?\-\d{2})

 

Then just some painful formula cleaning up 🙂

 

Spoiler
OwenBData_0-1609413954133.png

 

 

 

BeginnerMindset
8 - Asteroid

Attached. Thanks

JasonHu
8 - Asteroid
Spoiler
workflow.png

Here is my solution.

kmedici
8 - Asteroid
Spoiler
kmedici_0-1609772677204.png

 

Hub119
8 - Asteroid

Solution attached.

DQAUDIT
9 - Comet

Solution attached.

jalizmaldonado
8 - Asteroid

Challenge 4 solved

JFRodak
6 - Meteoroid

Here is my solution.

Xeu911
8 - Asteroid

Here is my solution to this challenge.

Spoiler
2021-01-12_13-40-50.png