How could I get the last word of a string with Kot...
# android
w
How could I get the last word of a string with Kotlin? A colleague at work suggested this:
"Hello Kotlin".split("\\s").lastOrNull()