leetcode 345. Reverse Vowels of a String 反转字符串中的元音字母 python re.findall()、 re.sub() 、''.join()

NoSuchKey