leetle

Daily challenge for 2025-04-19

109. Reverse Vowels in a String

Write a function solve that reverses only the vowels in a string.

Example:
Input: "hello"
Output: "holle"

Run this challenge interactively in Python or JavaScript when the app loads.