String slicing in Python is , meaning the first character has an index of 0.

The replace() method can also be used to remove specified characters from a string by replacing them with an empty .

The method splits a string into a list of substrings based on a specified delimiter.

The method removes leading and trailing whitespace from a string.

Negative indices can be used in string slicing to start counting from the of the string.

The method replaces a specified substring with another substring.

The replace() method returns a where all occurrences of the specified phrase are replaced with the specified replacement.