Free Trial

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 #40: Parsing a HTML File

Myles_Stevenson
8 - Asteroid

Here is my solution
Used loads of regex 

Spoiler
Screenshot 2023-12-06 114442.png

aaroncpotts
7 - Meteor

Did more regex practice - I wanted to try to get everything done in a single regex expression, but I'm struggling with how to make wildcards work across multiple lines with HTML. I managed a multi-column parse in one case but I clearly have further to go.

Rob-Silk
8 - Asteroid

My solution below:

Spoiler
challenge_40_RS_screencap.PNG
Tofel
9 - Comet
Spoiler
Challenge 40.JPG
Zhengyi
8 - Asteroid

Used tokenize approach to solve the question. But need to be very careful that some doctors only have name on their information. Hence, no <h4> or <h5> in their sections.

asultanov
8 - Asteroid
Spoiler
Screenshot 2024-01-30 143745.png
snbandi
8 - Asteroid

My solution

Amy_smart
11 - Bolide

Here is my solution.

Raj
16 - Nebula

solved!

Bobbyt23
12 - Quasar

I think I made a bit of a meal of that one. Got to the solution though.