This tool replaces uppercase vowels (A, E, I, O, U) with their lowercase versions. You can choose to apply it to all words, only at word start or inside words, target specific vowels, skip certain words, or limit by casing conditions.
Examples:
Replace All Uppercase Vowels
All A, E, I, O, U are converted to a, e, i, o, u.
Before:
HELLO, Are YOU Excited About AI?
After:
hEllO, Are YOU ExcIted AbOUt aI?
Replace Only at Word Start
Only vowels starting a word are converted.
Before:
Apple Is Over Everyone Under Ice.
After:
apple is over everyone under ice.
Replace Only Inside Words
Only converts vowels inside words, not the first letter.
Before:
UnIqUE IslAnd ErA
After:
UnIqUE IslAnd ErA
Replace Only Specific Uppercase Vowels
Only selected vowels like A and E are replaced.
Before:
EAGLE Over AUSTRALIA Is Unusual.
After (A, E):
eAGLE Over aUSTRALIA Is Unusual.
Skip Words in Exception List
Words like “Apple” and “USA” are untouched.
Before:
Apple USA Umbrella Excited Over Earth.
After (skipping Apple,USA):
Apple USA Umbrella excited over earth.