Top "Case-sensitive" questions

An operation is case sensitive when uppercase and lowercase characters are treated differently.

Apache mod_speling case insensitive URLs issue

I want to have case insensitive URLs using Apache's mod_speling module, but this is producing unwanted lists of "multiple …

apache case-sensitive mod-speling
OData query $filter conditions and case-sensitivity

Does OData specify whether filter conditions on string fields are to be evaluated case-sensitively or case-insensitively? Example: (from the docs) /…

odata case-sensitive
How can I sort by a table column in varying cases (Oracle)

How can I sort a table with a column of varchar2 with characters in varying cases (UPPER and lower)? For …

sql oracle select sql-order-by case-sensitive
Javascript: highlight substring keeping original case but searching in case insensitive mode

I'm trying to write a "suggestion search box" and I cannot find a solution that allows to highlight a substring …

javascript regex case-sensitive case-insensitive
how to search for exact string in mysql

I'm trying to search for an exact match of a string in mysql. The string is 'nrew'. But when I …

mysql collation case-sensitive
Are UNIQUE indices case sensitive in MySQL?

Are indices (indexes) defined as UNIQUE case sensitive in MySQL?

mysql indexing key unique case-sensitive
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 sensitive Directory.Exists / File.Exists

Is there a way to have a case sensitive Directory.Exists / File.Existssince Directory.Exists(folderPath) and Directory.Exists(folderPath.…

c# file directory case-sensitive file-exists
How can I test if an enum is defined or not whilst ignoring case?

The following generic static method takes a string and returns an enum. It nicely ignores case since I set the …

c# enums case-sensitive
Case-insensitive File.equals on case-sensitive file system

I have a file path in String form. In Java, I need to determine if that file exists on the …

java file cross-platform filesystems case-sensitive