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

ehughes
9 - Comet

My solution

Spoiler
Img 207.png

justindavis
10 - Fireball
Spoiler
challenge_207_justindavis.PNG
danilang
19 - Altair
19 - Altair

Regex for the win!

 

Spoiler
w.png

 Dan

Than_Alien
8 - Asteroid

Uploaded

cgoodman3
14 - Magnetar
14 - Magnetar

Solved with a regex solution and a non-regex solution.

Spoiler
cgoodman3_0-1605970917104.png

 

Chris
Check out my collaboration with fellow ACE Joshua Burkhow at AlterTricks.com
JP_SDAK
8 - Asteroid

Nice straightforward challenge - gotta love Regex tool.

Spoiler
JP_SDAK_0-1606452483844.png

 

Spalders
8 - Asteroid
Spoiler
Spalders_0-1606902972197.png

 

Using RegEx to do the working

Elena5
7 - Meteor

Here's my solution

jferrone
8 - Asteroid

RegEx was tricky with this one. Relied on https://regex101.com/ to figure out the syntax. 

 

Spoiler
jferrone_0-1611152547436.png

 

pburke
8 - Asteroid

Loved the RegEx practice