<@LTRIM STR=string [ENCODING=encoding]>
Returns the value specified in STR stripped of leading spaces. The STR attribute may be a literal value, a meta tag that returns a value, or a combination of both.
<@LTRIM STR=" this is padded">
This example returns "this is padded".
This example returns value of column 2, less any leading spaces.
Encoding Attribute
<@KEEP>
<@OMIT>
<@RTRIM>
stripCHARs
<@TRIM>