February 2020
Beginner to intermediate
616 pages
15h 16m
English
In this recipe, you will learn how to convert all of the lowercase vowels in a sentence to uppercase. The remaining characters in the sentence, including consonants, numbers, special symbols, and special characters, are simply ignored and will be left as they are.
Converting the casing of any letter is done by simply changing the ASCII value of that character, using the following formulas:
The following diagram shows the ASCII values of the uppercase and lowercase vowels:
The ASCII value of the uppercase letters is ...
Read now
Unlock full access