fork download
  1. import re
  2. s = "Se.hi.mo."
  3. s = re.sub('([aeuio])\.', r'\1', s)
  4. print(s)
Success #stdin #stdout 0.02s 9784KB
stdin
Standard input is empty
stdout
Sehimo