function ltrim(original)

ltrim() returns the original string with whitespace removed from the left side.

Arguments:
original: An expression that returns a string

Example Query:
    RETURN ltrim("   hello")