Functionstrim_endVersion: NextOn this pagetrim_endTrims whitespace from the end of a string.trim_end(x:string) -> stringDescriptionThe trim_end function removes trailing whitespace from x.ExamplesTrim whitespace from the endfrom {x: "hello ".trim_end()}{x: "hello"}See Alsotrim, trim_start