String Trim Leading (Trim whitespace in the front of the string)
Returns a string where all leading 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 abc ”
would return “abc “