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
アステロイド

Challenge #13: HTML Table Parsing

danielprince
メテオール

Challenge #13: Completed!

AndrewDMerrill
パルサー

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.

スポイラ
Workflow.png
ds_tomalexsmith
アステロイド
スポイラ
Challenge 13 (flow).png

Rob-Silk
アステロイド

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

My solution below:

スポイラ
challenge_13_RS_screencap.PNG

 

Myles_Stevenson
アステロイド

Here Is my solution 

スポイラ
Screenshot 2023-12-04 105400.png

caitlynmcintyre
コメット
スポイラ
13.png
SidSaythongphet
アステロイド
スポイラ
Challenge 13 Solution.jpg

LorenzNacilla
アステロイド
スポイラ
Challenge 13 Solution.png

mgaronson
ボリード
スポイラ
Challenge 13 Workflow Pic.png

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