ASCII

expect class ASCII : Collation(source)

ASCII collation compares two strings by using binary comparison.

actual class ASCII : Collation(source)
actual class ASCII : Collation(source)

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
expect fun setIgnoreCase(ignCase: Boolean): Collation.ASCII

Specifies whether the collation is case-insensitive or not. Case-insensitive collation will treat ASCII uppercase and lowercase letters as equivalent.

actual fun setIgnoreCase(ignCase: Boolean): Collation.ASCII
actual fun setIgnoreCase(ignCase: Boolean): Collation.ASCII
Link copied to clipboard
open override fun toString(): String