Top "Case-insensitive" questions

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

MongoDB and C#: Case insensitive search

I am using MongoDB and the C# driver for MongoDB. I recently discovered that all queries in MongoDB are case-sensitive. …

c# .net mongodb mongodb-.net-driver case-insensitive
How can I make the map::find operation case insensitive?

Does the map::find method support case insensitive search? I have a map as follows: map<string, vector<…

c++ string dictionary stl case-insensitive
How to create a case insensitive copy of a string field in SOLR?

How can I create a copy of a string field in case insensitive form? I want to use the typical "…

solr case-insensitive
How to make WHERE clause case insensitive: From SQL Server querying Oracle linked server

We have a MS SQL Server 2005 installation that connects to an Oracle database through a linked server connection. Lots of …

sql-server oracle linked-server case-insensitive openquery
How would I make Apache case insensitive using .htaccess?

I recently switched from IIS to Apache and unfortionately some of my links have capitalization issues. I have seen quite …

apache .htaccess case-insensitive capitalization
c# Dictionary: making the Key case-insensitive through declarations

I have a Dictionary<string, object> dictionary. It used to be Dictionary<Guid, object> but other …

c# dictionary case-insensitive
What is the most efficient case-insensitive grep usage?

My objective is to match email addresses that belong to the Yahoo! family of domains. In *nix systems (I will …

regex linux grep case-insensitive tr
Why are functions and methods in PHP case-insensitive?

Functions and methods in PHP are case-insensitive as illustrated in the following example. function ag() { echo '2'; } Ag(); class …

php syntax case-insensitive
How to change the collation of sqlite3 database to sort case insensitively?

I have a query for sqlite3 database which provides the sorted data. The data are sorted on the basis of …

sql sqlite sql-order-by case-insensitive
How to MySQL work "case insensitive" and "accent insensitive" in UTF-8

I have a schema in "utf8 -- UTF-8 Unicode" as charset and a collation of "utf8_spanish_ci". All the …

mysql utf-8 case-insensitive non-ascii-characters