User Tools

Site Tools


en:public:developer:template_system:tags:parameters:uppercase

This is an old revision of the document!


Table of Contents

Uppercase

Parameter “uppercase” means that the content of corresponding variable (or result of function) will be converted to upper space. This parameter will not touch digits and non-alpha characters. It is very similar to lowercase-parameter.

Values

Value Description
true Means that value must be converted to upper case. If something else is specified then parameter “uppercase” is ignored.

Example

<#Var name="FullName" value="John Smith">
Full name is <#FullName uppercase="true">.

Output:

Full name is JOHN SMITH.
en/public/developer/template_system/tags/parameters/uppercase.1354013871.txt.gz · Last modified: 2012/11/27 14:57 by igor