Weekly Challenge

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 #54: Data Prep Address Parsing

SaraHamdoun
7 - Meteor
Spoiler
Here's my solution:

Challenge 54.JPG
boglarkalipka
8 - Asteroid

solved

tristank
10 - Fireball

Regex continues to torture me. Can't wait to actually have to use it in a real life business case ha!

 

Spoiler
tristank_0-1686230799314.png

 

RossKillington
8 - Asteroid

Found a way to do it with only one Regex Parse! :) 

 

Spoiler
RossKillington_7-1686754124965.png

 

HShoemake
7 - Meteor

Challenge 54

CSmith16
8 - Asteroid

This was tricky to find a good regular expression to use to parse everything in one expression. I gave up, decided to use multiple RegEx tools. All that matters is I got the same output and understand how.

 

Spoiler
CSmith16_0-1687278369891.pngCSmith16_1-1687278386211.png

 

Towers
10 - Fireball

fun one,

Spoiler
54.png

BS_THE_ANALYST
13 - Pulsar

Solution

 

StephanieYou
7 - Meteor
Spoiler
Screenshot 2023-06-29 151943.png
Computernerd
8 - Asteroid

This one was tricky