To lower case
XML
<tolower var="var">
string
</tolower>
<tolower /> returns the lower case representation of a value.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | tolower |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Examples
XML
<output>
<tolower>iXML</tolower>
</output>
<!-- ixml -->