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 #207: Parsing Video Game Data

surajmthomas
8 - Asteroid

surajmthomas_0-1636134139765.png

 

Maxine
8 - Asteroid

My solution to Challenge 207

MCooper
8 - Asteroid

A great intro into REGEX!

Spoiler
WC207.png
fvojtesek
8 - Asteroid

My solution.

r_manju02
8 - Asteroid

Here is my solution

dPaliura
6 - Meteoroid

✂️

KieranAdair
7 - Meteor

Great to give my regex skills a bit of a polish up. Tried to make the most efficient solution I could (six tools).

 

Spoiler
2021-12-24 17_40_13-Window.png
Regex: (\d+)(\u.+)\((\d{4})\)\sCAT:(\u.+)\sPUB:(\u.+)\s\$(\d.*)million,\s\$(\d.*)million,\s\$(\d.*)million,\s\$(\d.*)million,\s\$(\d.*)million
Ben_Connor96
7 - Meteor

Crazy how few tools some people's solutions have, my workflow is a bit of a monster but got there in the end!

 

Spoiler
Workflow Image.png
natalie881226
7 - Meteor

my solution

summit_view
8 - Asteroid

First challenge trying to use Regex.  Needed to break it up into 3 blocks to make the parse easier, but it is clearly a very powerful tool although a bit tricky to get working.

 

Spoiler
cgrace_0-1642009828508.png