mg6maciej
val comparator = compareByDescending { it: String -> it.toUpperCase() }.thenBy { it.toLowerCase() }