Data Types

char

Supported By

Descriptors

Description

The char data type is a chunk type of string that represents a single Unicode character or a range of Unicode characters.

Note

Accessing a char chunk that is out of range returns empty. Modifying a char chunk that is out of range prepends or appends to the parent string.

Synonym

character