Skip to content
#

vowels

Here are 63 public repositories matching this topic...

A Vowel Checker is a simple tool or program that allows users to analyze a given string (typically a word or name) and identify the vowels (a, e, i, o, u) within it. It provides information about the occurrence of each vowel and how many vowels are present in total. It is a useful tool for string manipulation tasks.

  • Updated Nov 18, 2024
  • HTML

Petya started to attend programming lessons. On the first lesson his task was to write a simple program. The program was supposed to do the following: in the given string, consisting if uppercase and lowercase Latin letters, it: deletes all the vowels, inserts a character "." before each consonant, replaces all uppercase consonants with correspo…

  • Updated Mar 8, 2020
  • Java

Improve this page

Add a description, image, and links to the vowels topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vowels topic, visit your repo's landing page and select "manage topics."

Learn more