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
Problem Comments
-
12 Comments
Show
9 older comments
Tran Tran
on 31 Jul 2022
Only 2 line of code thank for Regexp
Satwik
on 15 Jun 2023
Easiest way is to solve using regexp
Yacine
on 5 Oct 2024
WHAT IN THE HOLY MATLAB IS REGEXP T-T
Solution Comments
Show commentsProblem Recent Solvers6311
Suggested Problems
-
The Hitchhiker's Guide to MATLAB
3327 Solvers
-
386 Solvers
-
The sum of the numbers in the vector
612 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
565 Solvers
-
Find out sum of all elements of given Matrix
510 Solvers
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!