LTRIM

Removes spaces from the left hand side of a string.

Syntax

string LTRIM(string value)

Example

LTRIM("    Four spaces are at the beginning of this string.")

Will return "Four spaces are at the beginning of this string."