Trim Text Function
7699
Views
5
Comments
Implemented
Builtin & User functions
OutSystems 6.0
For code clarity and consistency there should be a Trim text function that executes both TrimStart and TrimEnd

This would indeed be handy!

99% of the time when I use a TrimStart I also use a TrimEnd

Wish granted! The Trim function was introduced with version 6.0.

how can i use the Trim function ?

Dario,

Just use trim() and put the text that needs to be trimmed in it.


Kind regards,
Evert

Hi, a question, is it possible to use this function, like when has this character, it will trim the rest of text. Example: "All-Goofy"


So, when trim ("All-Goofy","-","") = it will return "All"