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
Asteroid

Here is my solution
Used loads of regex 

Spoiler
Screenshot 2023-12-06 114442.png

aaroncpotts
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
Asteroid

My solution below:

Spoiler
challenge_40_RS_screencap.PNG
Tofel
Asteroid
Spoiler
Challenge 40.JPG
Zhengyi
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
Asteroid
Spoiler
Screenshot 2024-01-30 143745.png
snbandi
Asteroid

My solution

Amy_smart
Bolide

Here is my solution.

Raj
Nebula

solved!

Bobbyt23
Quasar

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