Kotlin Basics – Kotlin String
String is a sequence of characters. In this guide, we will see how to declare, use and manipulate strings in Kotlin. Declare a String in Kotlin There are whole bunch of ways we can define a String in Kotlin. Lets have a look at the… Read More »Kotlin Basics – Kotlin String