Convert a unicode code point to a character.
Are two characters not equal?
Add two character code points.
Subtract two character code points.
Is a character code point lower to that of another?
Is a character code point lower or equal to that of another?
Are two characters equal?
Is a character code point greater to that of another?
Is a character code point greater or equal to that of another?
Compare character code points.
Convert a character to its unicode code point.
Is the character an ASCII letter?
Is the character ASCII letter or digit?
Is the character an ASCII character, e.g. c <= '\DEL'
?
Is the character an ASCII control character, e.g. c < ' '
?
Is the character an ASCII digit ?
Is the character an ASCII hexa-decimal digit?
Is the character a lower-case ASCII character?
Is the character an upper-case ASCII character?
Tests if a character is an element of " \t\n\r"
.
Order two characters in ascending order.
Standard
charstd/core/types/char: V
functions.Characters are unicode codepoints. This is different from a unicode grapheme which represents a single displayed symbol and can consists of multiple codepoints due to combining characters and marks.