1. Strip: removes any whitespace from the beginning or the end
2. Lower: lower() method returns the string in lower case
3.Upper: upper() method returns the string in upper case
4.Replace: replace() method replaces a string with another string
5.Split: split() method splits the string into substrings if it finds instances of the separator