3FQtz‖

6AGrs‖ TRIM

BYBBg‖ Removes spaces from a string, leaving only a single space character between words.

GSbiK‖Syntax

gmEGh‖TRIM("Text")

eUUyB‖ Text refers to text in which spaces are to be removed.

MiUAf‖Example

7MRAz‖ =TRIM(" hello world ") returns hello world without leading and trailing spaces and with single space between words.