<@U4B7S1XRC> how about `str.takeUnless { it.isEmpt...
# getting-started
o
@sannysanoff how about
str.takeUnless { it.isEmpty() } ?: "replacement"
?