Join Slack
Powered by
how do I properly implement `.toSentence()` ? the ...
# announcements
l
LastExceed
04/28/2020, 5:03 PM
how do I properly implement
.toSentence()
? the difficult part is not having leading or trailing whitespaces
Untitled
z
Zach Klippenstein (he/him) [MOD]
04/28/2020, 5:08 PM
words.joinToString(separator = " ")
👍 3
l
LastExceed
04/28/2020, 5:08 PM
wow there really is a function for everything in the standard library. thanks
Open in Slack
Previous
Next