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 #259: Disenvowel

kglearner
7 - Meteor
Spoiler
Weekly Challenge 259.PNG

justindavis
10 - Fireball

solution

j_trefethen
8 - Asteroid
Spoiler
Challenge 259 Disenvowel.png

Using the blog post on this one, followed that for the ReplaceChar solution. Playing with the Regex approach next!

Laurap1228
11 - Bolide

Love a chance to practice my Regex

Solved with a single formula tool:

Spoiler
REGEX_Replace([Input Data],'(?<=\w)[aeiouy]', '')
Pmago89
7 - Meteor

Dne! 😉 

Nvy
8 - Asteroid

I followed 2 logic to solve.

jamielaird
14 - Magnetar

Here's my solution:

 

Spoiler
jamielaird_0-1624891490651.png

 

Replace(Replace(Replace(Replace(Replace(Replace([Input Data],"a",""),"e",""),"i",""),"o",""),"u",""),"y","")
cplewis90
13 - Pulsar
13 - Pulsar

Fn Chllng! Evn mr fn rspndng t ths wtht vwls!

EFos
8 - Asteroid
Spoiler
EFos_0-1625452228322.png

 

vikb03
8 - Asteroid

A one tool challenge!

Spoiler
vikb03_0-1625488995808.png