Kotlin isNullorEmpty
1. Overview In this article, we will learn the isNullOrEmpty standard library function of Kotlin. You can use this function to check whether a string… Read More »Kotlin isNullorEmpty
1. Overview In this article, we will learn the isNullOrEmpty standard library function of Kotlin. You can use this function to check whether a string… Read More »Kotlin isNullorEmpty
1. Overview In this article, we will learn to escape the dollar sign in a Kotlin raw and single-line String. You can look into our… Read More »Kotlin escape dollar sign in string
1. Overview In this article, we will learn the dollar sign in Kotlin (String templates) and also escape the dollar sign in a raw and… Read More »Dollar sign in Kotlin
1. Overview In this article, we will learn the differences between Kotlin string blank vs empty. Both these functions are available in the package kotlin.text.… Read More »Kotlin string blank vs empty
1. Overview In this article, we will learn the differences between Kotlin isBlank vs isEmpty. Both these functions are available in the package kotlin.text. You… Read More »Kotlin isblank vs isempty