Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

string type

The string type represents an UTF-8 encoded character sequence.

Note: the .length property of a string equals the byte total, and the .chars().length() method of a string equals the Unicode code point total.