DescriptionTrims the given character(s) from the ends of the given stringAvailable InAppsAutomationsAnalysisSyntaxTRIM(text: Text, chars?: Text) => TextExampleTRIM(" abc ") = "abc"trim("**abc**", "*") = "abc"