[TOC] [Prev] [Next] [Bottom]



<@TRIM>

Syntax

<@TRIM STR=string [ENCODING=encoding]>

Description

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.

Examples

<@TRIM STR="   this is padded   ">

This example returns "this is padded".

<@TRIM STR="<@COL NUM='2'>">

This example returns the value of column "2", less any leading and trailing spaces.

See Also

Encoding Attribute
<@KEEP>
<@LTRIM>
<@OMIT>
<@RTRIM>



[TOC] [Prev] [Next] [Bottom]



docs@pervasive.com

Copyright © 1998, Pervasive Software Inc. All rights reserved.