String Functionality Type Something: TRIM trimAllWhiteSpace toLowerCase toUpperCase trimWhitespace trimLeadingWhitespace trimTrailingWhitespace palindrome reverse String IndexOf indexOfString: fromIndex: String LastIndexOf lastIndexOf: fromIndex: String Replace oldChar: newChar: String ReplaceAll regex: replacement: Substring beginIndex: int endIndex: int