trimStartRemoves the given substring from a string's beginning.trimStart(str, substring)CopyParameters#str: Target stringsubstring: string that needs to be removed from the beginning of strReturns#modified string