<@TRIM STR=string [ENCODING=encoding]>
Returns the value specified in STR stripped of leading and trailing spaces. The value of the STR attribute may be a literal value or a meta tag that returns a value.
<@TRIM STR=" this is padded ">
This example returns "this is padded".
This example returns the value of column "2", less any leading and trailing spaces.
Encoding
Attribute
<@KEEP>
<@LTRIM>
<@OMIT>
<@RTRIM>
Copyright © 1999, Pervasive Software. All rights reserved.