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
Asteroide

Challenge #13: HTML Table Parsing

danielprince
Meteoro

Challenge #13: Completed!

AndrewDMerrill
Púlsar

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
Asteroide
Spoiler
Challenge 13 (flow).png

Rob-Silk
Asteroide

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

My solution below:

Spoiler
challenge_13_RS_screencap.PNG

 

Myles_Stevenson
Asteroide

Here Is my solution 

Spoiler
Screenshot 2023-12-04 105400.png

Spoiler
13.png
SidSaythongphet
Meteoro
Spoiler
Challenge 13 Solution.jpg

LorenzNacilla
Asteroide
Spoiler
Challenge 13 Solution.png

mgaronson
Bólido
Spoiler
Challenge 13 Workflow Pic.png

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