Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!
Free Trial

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 #433: Ogden’s Basic English – Making Words Count

synergy825
8 - Asteroid
Spoiler
Challenge #433 Screenshot.JPG
Yogesh1795
8 - Asteroid

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

This was a great one to come back to, with a bit more skill, and solve.

Spoiler
433 Complete.png

KC
7 - Meteor
Spoiler
 challenge_433snippet.jpg

 

 

leozhang2work
10 - Fireball
Spoiler
433.png
Used expression:
a href="https:\/\/simple\.wiktionary\.org\/wiki\/(\w+)"
AliMc7
6 - Meteoroid
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!

 

 

433_Solution.PNG

Dhrish
8 - Asteroid

Solution

ahsanaali
11 - Bolide
Spoiler
433.png

BSilverblatt
8 - Asteroid

Thanks for the challenge! Here's my solution:

abbyabbypoon
8 - Asteroid

Spoiler
433.png