To lower case
Anatomy
<tolower var="var">
string
</tolower>
Description: 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
Example
<output>
<tolower>iXML</tolower>
</output>
<!-- ixml -->