User Tools

Site Tools


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

This is an old revision of the document!


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.1359292471.txt.gz · Last modified: 2013/01/27 17:14 by admin