Removes spaces from the left hand side of a string.
string LTRIM(string value)
LTRIM(" Four spaces are at the beginning of this string.")
Will return "Four spaces are at the beginning of this string."