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

Using a step value in string slicing allows you to skip characters. For example, [::2] will return characters.

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

is the process of combining two or more strings together.

To get the length of a string, you can use the function.

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