Manipulating strings - English

12058 visits



Outline:

How to slice a string Various way to get substrings using index Reverse a string How to check if a given string is a palindrome or not Replace characters in a string Convert a string to uppercase Convert a string to lowercase How to use for loop in a list Join method Join list elements to form a string