Challenge #13: HTML Table Parsing
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
alisonpitt
11 - Bolide
05-16-2022
04:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Diederik_vanderharst
8 - Asteroid
05-23-2022
03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jeremy
8 - Asteroid
05-30-2022
07:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
11 - Bolide
05-31-2022
10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
j_trefethen
8 - Asteroid
06-02-2022
12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ugly solution, but it worked. I feel a bit better knowing it was somewhat close to the provided solution, but still not terribly proud of this one!
mark007
8 - Asteroid
06-04-2022
05:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
EvanGarb
7 - Meteor
06-07-2022
02:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
jasonyeo
7 - Meteor
06-07-2022
06:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thomas
8 - Asteroid
06-08-2022
06:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Abiramm1
8 - Asteroid
06-08-2022
01:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Not sure why the solution kept tags in some of the values but my solution gets rid of all the tags e.g. <John Doe> in the actual solution is just John Doe in mine. It would be simple enough to add them back in but since the aim was just to get values I don't want the tags. Lots of fun and good practice with regex :)