February 2020
Beginner to intermediate
616 pages
15h 16m
English
Say we have a file that contains some text. We think that there is an anomaly in the text—every first character after the period is in lowercase when it should be in uppercase. In this recipe, we will read that text file and convert each character after the period (.) that is, in lowercase into uppercase.
Read now
Unlock full access