String slicing can be helpful when manipulating and extracting from strings.

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

The method returns the index of the first occurrence of a specified substring.

Strings are a sequence of .

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

String slicing allows you to extract a from a larger string.