Top "Case-insensitive" questions

An operation is case insensitive when uppercase and lowercase characters are equally treated.

How to ignore the case sensitivity in solr query

I have a database that consist of Names and locations. I am searching for names using case insensitivity USING SOLR. …

solr case-insensitive solr-query-syntax
HTTPURLResponse allHeaderFields Swift 3 Capitalisation

Converting to Swift 3 I noticed a strange bug occur reading a header field from HTTPURLResponse. let id = httpResponse.allHeaderFields["eTag"] …

ios http swift3 case-insensitive nshttpurlresponse