All ChallengesLoading...
Not Solved
Reverse vowels only
Write a function that takes a string and reverses only the vowels, keeping the rest of the characters in place.
Advanced
sample input: "hello"
sample output: holle
Loading...
Test Output:
sample input: "hello"
sample output: holle
Test Output: