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++

AIに質問する

expand

AIに質問する

ChatGPT

䜕でも質問するか、提案された質問の1぀を詊しおチャットを始めおください

some-alt