leftTrim( )
Returns a string with no leading space characters.
Syntax
<expC>.leftTrim( )
<expC>
The string from which you want to remove the leading space characters.
Property of
String
Description
Other than the syntactic difference of being a method instead of a function, this method behaves identically to the LTRIM( ) function.