345. Reverse Vowels of a String

Write a function that takes a string as input and reverse only the vowels of a string.python Example 1: Given s = 「hello」, return 「holle」.web Example 2: Given s = 「leetcode」, return 「leotcede」.svg Not
相關文章
相關標籤/搜索