kotlin.text.maxWith

maxWith

fun CharSequence.maxWith(
    comparator: Comparator<in Char>
): Char?

Platform and version requirements: JVM

fun CharSequence.maxWith(
    comparator: Comparator<in Char>
): Char?

Platform and version requirements: JS

Returns the first character having the largest value according to the provided comparator or null if there are no characters.