string type
The string type represents an UTF-8 encoded character sequence.
Note: the
.lengthproperty of astringequals the byte total, and the.chars().length()method of astringequals the Unicode code point total.
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
The string type represents an UTF-8 encoded character sequence.
Note: the
.lengthproperty of astringequals the byte total, and the.chars().length()method of astringequals the Unicode code point total.