Skip to main content

Character of UTF-8 code

Anatomy

<char var="var">
int
</char>

Description: CHAR returns the specific character of an UTF-8 code.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name char

Results:

BindingTypePredicate
varN/A

Examples

Example

<output>
<char>65</char>
</output>

<!-- A -->