How to remove spaces to the left and right of a text
4WS.Platform provides a method to remove spaces to the left and right of a string:
this function will return the trimmed text;
Example
will return “abc” (without spaces on the left and right).
PreviousHow to invoke a generic SQL query defined through a business componentNextHow to support multiple themes in a single application, accoding to a rule
Last updated