Kotlin Lepaskan Whitespace

str.replace("\\s".toRegex(), "")
Obedient Octopus