Skip to main content

To lower case

XML
<tolower var="var">
string
</tolower>

<tolower /> returns the lower case representation of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name tolower

Results

BindingTypePredicate
varstringN/A

Examples

XML
<output>
<tolower>iXML</tolower>
</output>

<!-- ixml -->