LTrim

Trims all whitespace on the left side of the string.

Syntax

LTrim ( string )
ParameterDescription

string

Input string.

Example

LTrim("   STRING")

returns "STRING"