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

Kenda
16 - Nebula
16 - Nebula
Spoiler
Could've done it in two tools but had to add a stinkin' Select to get rid of the original field.
Annotation 2020-03-17 134211.png

duartepimentel
8 - Asteroid

Interesting RegEx manipulation

Ladarthure
14 - Magnetar
14 - Magnetar

my solution loved building the Regex 🙂 

hbraunius
8 - Asteroid

My solution attached.

JORGE4900
8 - Asteroid

I love parsing Regular Expressions; however, it is very useful to use a website like https://regex101.com/ to help you identify groups and characters matched. This approach makes it easy to see if you should use a single digit--(\d) in a group or use zero or more digits--(\d*).

 

https://regex101.com/ Here

Spoiler
2020-03-17_12-38-32.jpg

Workflow Here

Spoiler
2020-03-17_12-37-02.jpg
dpencheva
8 - Asteroid

Here is my solution. The task was really interesting!

ggruccio
ACE Emeritus
ACE Emeritus

Currently playing Marvel Superhero Alliance 3 - and just like I've had to finish a few battles - Use BRUTE FORCE!  (And of course REGEX)

OllieClarke
15 - Aurora
15 - Aurora

I do love me some parsing 🙂

Spoiler
Challenge 207.PNG
OllieClarke
15 - Aurora
15 - Aurora

@PhilipMannering now you're just showing off 🙂

dkoenawan004
7 - Meteor

Regex change my life, it is such a wonderful thing.

 

I tried to challenge myself and just use one Regex tool on this one. 

 

Spoiler
dkoenawan004_0-1584486668383.png