org.typelevel.ci

Type members

Classlikes

final class CIString extends Ordered[CIString] with Serializable

A case-insensitive String.

A case-insensitive String.

Two CI strings are equal if and only if they are the same length, and each corresponding character is equal after calling either toUpper or toLower.

Ordering is based on a string comparison after folding each character to uppercase and then back to lowercase.

All comparisons are insensitive to locales.

Value Params
toString

The original value the CI String was constructed with.

Companion
object
@compat$$suppressUnusedImportWarningForCompat
object CIString
Companion
class
final class CIStringSyntax(sc: StringContext)