Methods are similar to functions. A method is a specialized type of callable procedure that is tightly associated with an object. Like a function, a method is called to perform a distinct task. But it is invoked on a specific object and has knowledge of its target object during execution.
In this section, you’ll explore several categories of string object methods:
- Case conversion
 - Find and seek
 - Character classification
 - String formatting
 - Converting between strings and lists
 
