An operation is case insensitive when uppercase and lowercase characters are equally treated.
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-insensitiveDoes the map::find method support case insensitive search? I have a map as follows: map<string, vector<…
c++ string dictionary stl case-insensitiveHow can I create a copy of a string field in case insensitive form? I want to use the typical "…
solr case-insensitiveWe 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 openqueryI recently switched from IIS to Apache and unfortionately some of my links have capitalization issues. I have seen quite …
apache .htaccess case-insensitive capitalizationI have a Dictionary<string, object> dictionary. It used to be Dictionary<Guid, object> but other …
c# dictionary case-insensitiveMy objective is to match email addresses that belong to the Yahoo! family of domains. In *nix systems (I will …
regex linux grep case-insensitive trFunctions and methods in PHP are case-insensitive as illustrated in the following example. function ag() { echo '2'; } Ag(); class …
php syntax case-insensitiveI 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-insensitiveI 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