Characters and Strings
Learn about Kotlin’s character and string manipulation, including Unicode, escape sequences, and formatting.
We'll cover the following
Characters
To represent a single character, we use the Char
type. We specify a character using single quotes ('
).
Get hands-on with 1400+ tech skills courses.