
The function block STR_TRIM removes whitespaces (or other characters) from the beginning and end 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 necessarily be in double quotation marks.
Returns a string cleaned on both sides.