LanguageFunctionstrimVersion: NextOn this pagetrimFunction trim — strip leading and trailing whitespaceSynopsistrim(s: string) -> stringDescriptionThe trim function converts stips all leading and trailing whitespace from string argument s and returns the result.Examplesecho '" = Zed = "' | super -z -c 'yield trim(this)' -=>"= Zed ="