compareTo
Compares two strings lexicographically, optionally ignoring case differences.
If ignoreCase is true, the result of Char.uppercaseChar().lowercaseChar()
on each character is compared.
Since Kotlin
1.2Compares two strings lexicographically, optionally ignoring case differences.
If ignoreCase is true, the result of Char.uppercaseChar().lowercaseChar()
on each character is compared.
Since Kotlin
1.2Compares two strings lexicographically, optionally ignoring case differences.
If ignoreCase is true, the result of Char.uppercaseChar().lowercaseChar()
on each character is compared.
Since Kotlin
1.0Compares two strings lexicographically, optionally ignoring case differences.
If ignoreCase is true, the result of Char.uppercaseChar().lowercaseChar()
on each character is compared.
Since Kotlin
1.3Compares two strings lexicographically, optionally ignoring case differences.
If ignoreCase is true, the result of Char.uppercaseChar().lowercaseChar()
on each character is compared.