String Trim Trailing Characters
Returns a string where all trailing to_trim characters have been removed.
Properties
String: Location of the string to trim
Characters: Character to remove from the back of the string
Output
Output-location: Location to store the output data
Example
Trimming a string “_ abc __”
with the character “_”
would return ” _ abc “