Remove all the consonants - MATLAB Cody - MATLAB Central

Problem 13. Remove all the consonants

Difficulty:Rate

Remove all the consonants in the given phrase.

Example:

 Input  s1 = 'Jack and Jill went up the hill'; 
 Output s2 is 'a a i e u e i';

Solution Stats

25.34% Correct | 74.66% Incorrect
Last Solution submitted on Mar 10, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers4117

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!
Go to top of page