String Methods

In this lesson, you will learn about the different methods of the string object in Python.

String methods introduction

A string is another type of object in Python. Most of the things you can do with strings involve using methods, and not functions. They have the form:

 ...