An escape character helps us use characters that may appear in code in strings. In Kotlin, the escape character is the backslash (\).

Can you make sure we don't accidentally insert code because of the $ character?

Woop woop! The escape character helped our app make sure we weren't using ${} notation to insert code.

Oh noes! Maybe we'll need to use the backslash (\) escape character?