Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.

book
String Conversion

Given an alphabetic string s, return a string where removed all vowels and inserted a . before each remaining letter, and make everything lowercase.

Vowels are letters A, O, Y, E, U, I, and the rest are consonants.

Example 1

Input:

hello

Output:

.h.l.l

Example 2

Input:

Codefinity

Output:

.c.d.f.n.t
main.cpp

main.cpp

C++

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

some-alt