Top "Case-sensitive" questions

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

PHP array, Are array indexes case sensitive?

I don't know if this is a problem yet but wanted to start thinking about it. Question: "Are PHP array …

php arrays case-sensitive
How to find all upper case strings in a MySQL table?

I initially thought this is trivial. Then thought 'binary' might do it. I am unsure at this point. Name ---- …

mysql string case-sensitive uppercase
Force T-SQL query to be case sensitive in MS

I have a table that originates in an old legacy system that was case senstive, in particular a status column …

sql-server tsql case-sensitive
MySQL SELECT DISTINCT should be case sensitive?

How do I make MySQL's SELECT DISTINCT case sensitive? create temporary table X (name varchar(50) NULL); insert into X values (…

mysql sql distinct case-sensitive
Git case-sensitivity error -- renaming and committing from Android Studio

For example, I have a file named FOOBar.java that I want to rename to FooBar.java. After trying lots …

git android-studio case-sensitive
nodejs express - case sensitive URL's

How to make URL's case sensitive? app.get() app.get('/([a-z]{2}/)api*', function(request, response){}); Here this app.…

node.js express case-sensitive
AngularJS Routing Case Sensitivity

I haven't been able to find a straightforward answer to this, which leads me to believe that it's something really …

javascript angularjs url-routing case-sensitive
GitHub: How to do case sensitive search for the code in repository?

I want to do a case sensitive search for a particular piece of code in a GitHub repository. Is it …

git github version-control open-source case-sensitive
Python - "case insensitive" in a string or "case ignore"

I have a very simple problem. This is for a pandas dataframe ("df"). The answers are all more complex regarding …

python pandas dataframe case-sensitive
List 'Except' comparison - ignore case

I have two lists and I want to compare them and get the differences, while ignoring any case differences. I …

c# list ienumerable case-sensitive