ABSTRACT

In Chapter 5, some of the more commonly occurring string tasks, such as concatenating strings, trimming of white spaces, splitting string as well as finding substrings within strings are covered. Various string methods to manipulate strings are described in detail. Indexing, slicing and joining of strings are illustrated through figures. Formatting of string using f-strings is also outlined.