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