ASCII_CASE_INSENSITIVE

const val ASCII_CASE_INSENSITIVE: Int = 256

Deprecated

Allows case-insensitive matching of ASCII characters.

This flag has been deprecated in favor of .CASE_INSENSITIVE that supports the full range of Unicode characters. Usage of this flag now has the same behavior as .CASE_INSENSITIVE