String Trim Trailing (Trim Trailing whitespaces)
Returns a string where all trailing Unicode whitespaces has been removed.
Properties
String: Location of the string to trim
Output
Output-location: Location to store the output data
Example
Trimming a string “ abcn ”
would return ” abc”