LibreOfficeDev 25.2 Help
BYBBg‖ Removes spaces from a string, leaving only a single space character between words.
gmEGh‖TRIM("Text")
eUUyB‖ Text refers to text in which spaces are to be removed.
7MRAz‖ =TRIM(" hello world ") returns hello world without leading and trailing spaces and with single space between words.