Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEASome 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.
This was a great one to come back to, with a bit more skill, and solve.
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!