Function ReferenceTRIMOn this pageTRIM Removes all spaces from text except for single spaces between words. CategoryTextSyntaxTRIM(text) Parameters ParameterRequiredDescriptiontextRequiredThe text from which to remove spaces. Example TRIM(" hello ") // → "hello" Auto-generated from the EngCanvas function registry.