Trim
Type Function: STRING¶
| Input STR | STRING (String input) |
| Output | STRING (STR without spaces) |
| The TRIM function removes all spaces from STR. |

Example:
TRIM('find BX12') = 'findBX12'
| Input STR | STRING (String input) |
| Output | STRING (STR without spaces) |
| The TRIM function removes all spaces from STR. |

Example:
TRIM('find BX12') = 'findBX12'