1119. Remove Vowels from a String
Given a string
s
, remove the vowels'a'
,'e'
,'i'
,'o'
, and'u'
from it, and return the new string.
1 | class Solution { |
1119. Remove Vowels from a String
Given a string
s
, remove the vowels'a'
,'e'
,'i'
,'o'
, and'u'
from it, and return the new string.
1 | class Solution { |