FunctionstrimVersion: v4.23On this pagetrimTrims whitespace from both ends of a string.trim(x:string) -> stringDescriptionThe trim function removes leading and trailing whitespace from x.ExamplesTrim whitespace from both endsfrom {x: " hello ".trim()}{x: "hello"}See Alsotrim_start, trim_end