String Left Trim Functoid

 

Use the String Left Trim functoid ( Icon that represents the String Left Trim functoid.) to remove leading white space characters from a specified string.

Input

Parameter 1: A string from which the leading white space characters are to be removed.

Output

Output 1: A string that contains the specified string, but from which any leading white space characters are removed.

Remarks

All leading white space characters (spaces and tabs) are removed from the specified string.

See Also

String Functoids Reference
String Functoids
How to Add Basic Functoids to a Map