https://kotlinlang.org logo
j

jan.rabe

01/16/2017, 7:41 PM
is there a better way of trimming strings in a list?
list.apply{ forEach { it.trimMargin() } }