I want to remove all dots in the text that appears after the vowel character. How can i do this?
Here is the code I would like:
string = re.sub('[aeuio]\.', '[aeuio]', string)
A meaning similar to observing a vowel that you match and delete. next to him.
yukashima huksay
source share