Top "Case-sensitive" questions

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

C# Filepath Recasing

I'm trying to write a static member function in C# or find one in the .NET Framework that will re-case …

c# .net filenames case-sensitive filepath
JPA EntityManager find with case sensitive key

I'm trying to use the JPA EntityManager find() method. My primary key is a string which corresponds to a user's …

mysql jpa find case-sensitive entitymanager
Changing Filename Case with TortoiseSVN on Windows

I've been working on a development project using a Windows machine as a test server. Eventually, I'd like the "live" …

windows tortoisesvn case-sensitive case-insensitive
CMake variable names case sensitive?

How does CMake treat variable names? Are they case sensitive? If I use FindFoo.cmake with find_package(Foo) can …

cmake case-sensitive
How can this method to convert a name to proper case be improved?

I am writing a basic function to convert millions of names, in a one-time batch process, from their current uppercase …

c# case-sensitive
Case insensitive search on Sybase

I have been sick and tired Googling the solution for doing case-insensitive search on Sybase ASE (Sybase data/column names …

performance case-sensitive sap-ase
Making MySQL IN Clause Case Sensitive

Does anyone know how I can make an IN clause behave in a case sensitive manner? I have seen that …

mysql sql case-sensitive in-clause string-search
Is the protocol name in URLs case sensitive?

Is hTTp://foo.com the same as Http://foo.COM? I know that hostnames are not sensitive but path names …

url case-sensitive
case insensitivity in NSArray containsObject:

I'm working on an app that checks an array to see if it contains a certain string. However, it doesn't …

ios objective-c cocoa case-sensitive