Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEATook me a while to find the HTML Rows with the word list in, but once I did it was a simple pattern that allowed me to filter down to all 24 letters (X and Z have no words in Ogden's BASIC English). From there it became a simple parsing exercise.
This is my take.
Some of it is not as dynamic as I would like. (The sample tools and one of the filters with that does a Regex_match)
I suppose that that is what you get when dealing with real world web scraping.
Also, like others, my answers for 'G' and 'P' are different than the given ones. Looking at the website itself and counting manually I think that my answers are correct.
Solved! I had different answers for G & P but when I went to the Wiki page and counted, it matched my solution.