<@LOWER>
Syntax
<@LOWER STR=string
[ENCODING=encoding]>
Description
Returns the value specified in STR
converted to lowercase. The STR attribute may be a literal
value, a meta tag that returns a value, or a combination of both.
Examples
<@LOWER STR="This is
a test">
This example evaluates to "this is a
test".
<@LOWER STR=<@POSTARG
NAME=product_code>>
This example returns the contents of the
form field product_code, converted to lowercase.
<@LOWER STR=<@COL
NUM=1>>
This example returns the value from column
one of the result set, converted to lowercase.
See Also
Encoding
Attribute
<@UPPER>
|