
The function block STR_LTRIM removes whitespaces (or other characters) from the beginning of a string.
The input defines the string to be processed.
The input defines the characters to be removed as a string. The value can be specified with backslashes ("\"). If no input is defined or the value is equal to NULL, then the following characters are removed:
Note: These must be enclosed in double quotation marks.
Returns a string cleaned on the left side.