Python provides many ways to manipulate strings and variables containing strings. You can extract part or all of a
string, or invoke one of the many built-in functions.
You can also use Python's regular expression module to find substrings that match a specified pattern.