Challenge #433: Ogden’s Basic English – Making Words Count
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
synergy825
8 - Asteroid
09-23-2024
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yogesh1795
8 - Asteroid
09-25-2024
10:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Some words like "cork", or "a" have different syntax in HTML, a way around to skip those words and just match with output is to count all "</a>" using the Regexcountmatch function, it will match with output. However, my solution picks all words that match with regex written.
EuanGriffith
7 - Meteor
10-01-2024
04:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This was a great one to come back to, with a bit more skill, and solve.
KC
7 - Meteor
10-01-2024
07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
leozhang2work
10 - Fireball
10-04-2024
10:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Spoiler
Used expression:
a href="https:\/\/simple\.wiktionary\.org\/wiki\/(\w+)"
Used expression:
a href="https:\/\/simple\.wiktionary\.org\/wiki\/(\w+)"
AliMc7
6 - Meteoroid
10-12-2024
09:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Spoiler
Really pleased with the result on this challenge - managed to complete using REGEX and all output counts matched those in the starter file.
I did have to spend quite A LOT of time on google working out the first REGEX though (!)... definitely need more practice there before taking the Advanced exam. Thanks so much!
Dhrish
8 - Asteroid
10-17-2024
04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ahsanaali
11 - Bolide
10-25-2024
12:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
BSilverblatt
8 - Asteroid
11-04-2024
07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
abbyabbypoon
8 - Asteroid
11-05-2024
06:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator