Ordinal number of character
XML
<ord var="var">
string
</ord>
<ord /> returns the ordinal number of a character as an UTF-8 code.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | ord |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | N/A |
Examples
XML
<output>
<ord>A</ord>
</output>
<!-- 65 -->