Description | The |
Syntax | TRIM( |
Output | text |
Variables
text
: The input text you want to remove leading and trailing space characters for.
Example
LEFT_PART(`Text`)
ID | Text | TRIM |
1 | Hello, World! | Hello, World! |
Removes leading and trailing spaces from text
Description | The |
Syntax | TRIM( |
Output | text |
text
: The input text you want to remove leading and trailing space characters for.
LEFT_PART(`Text`)
ID | Text | TRIM |
1 | Hello, World! | Hello, World! |