An operation is case sensitive when uppercase and lowercase characters are treated differently.
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-spelingDoes OData specify whether filter conditions on string fields are to be evaluated case-sensitively or case-insensitively? Example: (from the docs) /…
odata case-sensitiveHow 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-sensitiveI'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-insensitiveI'm trying to search for an exact match of a string in mysql. The string is 'nrew'. But when I …
mysql collation case-sensitiveAre indices (indexes) defined as UNIQUE case sensitive in MySQL?
mysql indexing key unique case-sensitiveI 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-insensitiveIs 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-existsThe following generic static method takes a string and returns an enum. It nicely ignores case since I set the …
c# enums case-sensitiveI 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