User Tools

Site Tools


en:public:developer:template_system:tags:parameters:sentencecase

Table of Contents

SentenceCase

Parameter “sentencecase” converts the value of corresponding variable or result of function to have first character capitalized and all the others in lower case.

Examples (first letters are bold just to stress that they are capitalized):

  • Best modern villas
  • Send us an email!

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 sentence-like style. If something else is specified the parameter will be ignored.

Example

<#BusinessActivity setValue="health & beauty">
<#BusinessActivity sentencecase="1">

Output:

Health & beauty
en/public/developer/template_system/tags/parameters/sentencecase.txt · Last modified: 2013/01/28 17:44 by admin