Functionstrim_startVersion: v4.23On this pagetrim_startTrims whitespace from the start of a string.trim_start(x:string) -> stringDescriptionThe trim_start function removes leading whitespace from x.ExamplesTrim whitespace from the startfrom {x: " hello".trim_start()}{x: "hello"}See Alsotrim, trim_end