You may need to read text files and do some formatting of those strings.
With formatting, it means that you may also need to replace a certain portion of the string with another string.
Let us assume that we have a sentence and want to replace all the occurrences of the word i with I.
Continue reading