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):

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