To convert a string to lowercase in Kotlin, call lowercase() function on this string . lowercase() method returns a new string with all the characters in this string converted to lowercase.
To convert a string to lowercase in Kotlin, call lowercase() function on this string . lowercase() method returns a new string with all the characters in this string converted to lowercase.