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 #13: HTML Table Parsing

MDestra
8 - Asteroid

Challenge #13: HTML Table Parsing

danielprince
7 - Meteor

Challenge #13: Completed!

AndrewDMerrill
13 - Pulsar

This was so simple once I finally figured out what I was doing, but that took me so much longer than I'd like to admit. Good Regex practice though.

Spoiler
Workflow.png
ds_tomalexsmith
8 - Asteroid
Spoiler
Challenge 13 (flow).png

Rob-Silk
8 - Asteroid

Definitely need to practice using RegEx more but git there in the end.

My solution below:

Spoiler
challenge_13_RS_screencap.PNG

 

Myles_Stevenson
8 - Asteroid

Here Is my solution 

Spoiler
Screenshot 2023-12-04 105400.png

caitlynmcintyre
9 - Comet
Spoiler
13.png
SidSaythongphet
7 - Meteor
Spoiler
Challenge 13 Solution.jpg

LorenzNacilla
8 - Asteroid
Spoiler
Challenge 13 Solution.png

mgaronson
11 - Bolide
Spoiler
Challenge 13 Workflow Pic.png

Used Regex - how else could you do this? Is there an HTML parse tool?