An operation is case sensitive when uppercase and lowercase characters are treated differently.
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 filepathI'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 entitymanagerI'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-insensitiveHow does CMake treat variable names? Are they case sensitive? If I use FindFoo.cmake with find_package(Foo) can …
cmake case-sensitiveI am writing a basic function to convert millions of names, in a one-time batch process, from their current uppercase …
c# case-sensitiveI have been sick and tired Googling the solution for doing case-insensitive search on Sybase ASE (Sybase data/column names …
performance case-sensitive sap-aseDoes 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-searchIs hTTp://foo.com the same as Http://foo.COM? I know that hostnames are not sensitive but path names …
url case-sensitiveI'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