Problem 22. Remove the vowels

Remove all the vowels in the given phrase.

Example:

 Input  s1 = 'Jack and Jill went up the hill'
 Output s2 is 'Jck nd Jll wnt p th hll'

Solution Stats

41.02% Correct | 58.98% Incorrect
Last Solution submitted on Mar 14, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers6067

Suggested Problems

More from this Author96

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!