Problem 13. Remove all the consonants

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.51% Correct | 74.49% Incorrect
Last Solution submitted on Mar 29, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers3979

Problem Tags

Community Treasure Hunt

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

Start Hunting!