Split strings on vowels by In this program, we will take a string as input and split strings on vowels. Steps to solve the program Take a string as input and import re library.Split the string on vowels using re.split().Print the output. Output : Previous print the mirror image of the string. Next replace multiple words with certain words.