The trimStart() method of String values removes whitespace from the beginning of the string and returns a new string without modifying the original. It is equivalent to the trimLeft() method and is ...