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