Skip to main content

TRIM

Removes all spaces from text except for single spaces between words.

CategoryText
SyntaxTRIM(text)

Parameters

ParameterRequiredDescription
textRequiredThe text from which to remove spaces.

Example

TRIM("  hello  ")    // → "hello"

Auto-generated from the EngCanvas function registry.