Leetcode之Reverse Vowels of a String 问题

问题描述: Write a function that takes a string as input and reverse only the vowels of a string. Note: The vowels does not include the letter "y". 示例一: Given s = "hello", return "holle". 示例二: Given s = "l
相关文章
相关标签/搜索