User Tools

Site Tools


en:public:developer:template_system:tags:parameters:lowercase

Table of Contents

Lowercase

Parameter “lowercase” means that content of variable (or result of function) will be converted to lower case when output. Digits, non-alpha characters like dots, commas, hyphens remain unchanged.

NOTE: By default the resulting content will be parsed (all <#..> tags will be evaluated) before to apply this filter. You can control this behavior throught the parameter AnalyzeTagParams

Values

Value Description
1 Means that value must be converted to lower case. If something else is specified then parameter “lowercase” is ignored.

Example

<#ID setValue="RT202">
ID of the item: <#ID lowercase="1">

Output:

ID of the item: rt202
en/public/developer/template_system/tags/parameters/lowercase.txt · Last modified: 2013/01/28 17:29 by admin