Python - String Methods


Python's built-in str class defines different methods. They help in manipulating strings. Since string is an immutable object, these methods return a copy of the original string, performing the respective processing on it.

The string methods can be classified in following categories −

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements