uLTrim

Removes characters from the left side of the string. If the second parameter is omitted, it defaults to a space character (ASCII 32).

Syntax

string uLTrim(input, trimstring)

Parameters

Examples