Character
Class Methods
primitives
Return the carriage return character.
Return the line feed character.
Return the newline character (same as lf).
Return the space character.
Return the tab character.
Create a character from a Unicode code point.
Instance Methods
primitives
Return true if the receiver sorts before other.
Return true if the receiver equals other.
Return true if the receiver sorts after other.
Return the lowercase version of this character.
Return a single-character string.
Return the uppercase version of this character.
Return a hash value for the receiver.
Return true if this character is a digit (0-9).
Return true if this character is a letter.
Return true if this character is lowercase.
Return true if this character is uppercase.
Return true if this character is whitespace.
Return a printable representation (e.g., '$a').
Return the Unicode code point as an integer.