Trim variable transform action
Last updated
Was this helpful?
Last updated
Was this helpful?
You have a string that has been grabbed from an API return, however due to bad formatting the string starts or ends with extra spaces that need removed.
Trim whitespace characters from a variable.
Variable Contents
Variable to trim
Result of Example:
In the above return the "
characters were kept to show the spaces being removed. These would not be present in the actual return. Only the original string without whitespaces would be returned.