Is it the best way to get sorted list of string ig...
# announcements
k
Is it the best way to get sorted list of string ignoring case?
strings.sortedBy { it.toLowerCase() }
?