Top "Case-insensitive" questions

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

Is there a reason to use uppercase letters for hexadecimal CSS color values?

I see that colors in CSS properties values are commonly written in the uppercase form: .foo .bar { background-color: #A41B35; …

css case-insensitive uppercase
SelectNodes with XPath ignoring cases in node names

I have a problem similar to the question SelectNodes with XPath ignoring cases but in my case the uppercase/lowercase …

c# xml xpath case-insensitive selectsinglenode
Underscore.js Case Insensitive Sorting

Having some slight issues trying to get underscore.js to do case-insensitive sorting. I have an array of objects and …

sorting underscore.js case-insensitive
Difference of stricmp and _stricmp in Visual Studio?

I may asking a stupid question, but I really can't find an answer with google plus I am still a …

c++ case-sensitive string-comparison case-insensitive
Case insensitive argparse choices

Is it possible to check argparse choices in case-insensitive manner? import argparse choices = ["win64", "win32"] parser = argparse.ArgumentParser() parser.add_…

python argparse case-insensitive
Using Hashtables/Dictionaries with string keys & Case Insensitive Searching

Wondering if this is possible. We have an 3rd Party library that contains identification information about users... The main interaction …

.net .net-3.5 dictionary hashtable case-insensitive
SQL Server Column names case sensitivity

The DB I use has French_CI_AS collation (CI should stand for Case-Insensitive) but is case-sensitive anyway. I'm trying …

sql-server collation case-sensitive case-insensitive sqlbulkcopy
Running a case-insensitive cypher query

Is it possible to run a case-insensitive cypher query on neo4j? Try that: http://console.neo4j.org/ When …

neo4j case-insensitive cypher
Pandas: Refer to column name, case insensitive

Using Pandas DataFrame, let's say I have a bunch of columns in a csv file, and I want to be …

python pandas case-insensitive
MySQL case-insensitive DISTINCT

Can anyone tell me how i can SELECT DISTINCT from my database without it being case-sensitive? My query is SELECT …

mysql sql database distinct case-insensitive