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
| Value | Description | 
|---|---|
| 1 | Means that value must be converted to lower case. If something else is specified then parameter “lowercase” is ignored. | 
<#ID setValue="RT202"> ID of the item: <#ID lowercase="1">
Output:
ID of the item: rt202