Scalar. Trims spaces from the left side of a string.
ltrim ( string )
| string | A string.  | 
Trims spaces from the left side of the string. The function takes a string as its argument, and the function returns a string.
ltrim (' examplestring') returns 'examplestring'.