<@UPPER>
Syntax
<@UPPER STR=string
[ENCODING=encoding]>
Description
Returns the string specified in STR
converted to uppercase. The value of the STR attribute may
be a literal value or a meta tag that returns a value.
Examples
<@UPPER STR="This is a Test">
This example returns "this is a test".
<@UPPER STR="<@POSTARG
NAME='product_code'>">
This example returns the contents of the
form field product_code, converted to uppercase.
See Also
Encoding
Attribute
<@LOWER>
|