ltrim()# Syntaxltrim( string ) Returns# Returns the string with all leading whitespace removed. Parameters# Parameter Description string The input string.