Top "Case-sensitive" questions

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

Are table names in MySQL case sensitive?

Are table names in MySQL case sensitive? On my Windows development machine the code I have is able to query …

mysql case-sensitive mysql5
SQL Server check case-sensitivity?

How can I check to see if a database in SQL Server is case-sensitive? I have previously been running the …

sql sql-server tsql case-sensitive
In VBA get rid of the case sensitivity when comparing words?

I am working on an VBA program which would allow the user to type an address and find the location …

vba excel case-sensitive
Are PostgreSQL column names case-sensitive?

I have a db table say, persons in Postgres handed down by another team that has a column name say, "…

sql postgresql identifier case-sensitive case-insensitive
How to compare character ignoring case in primitive types

I am writing these lines of code: String name1 = fname.getText().toString(); String name2 = sname.getText().toString(); aru = 0; count1 = name1.…

java string character case-sensitive case-insensitive
indexOf Case Sensitive?

Is the indexOf(String) method case sensitive? If so, is there a case insensitive version of it?

java case-sensitive
MySQL case sensitive query

This has been asked on this site before but I couldn't find a sufficient answer. If I'm doing a query …

mysql case-sensitive
How to force case sensitive table names?

I'm working on a MySQL database in windows. I must move it into a Linux environment. MySQL database contains a …

mysql windows case-sensitive
How to sort an array of string alphabetically (case sensitive, nonstandard collation)

I need a c language code to sort some strings and it should be case sensitive and for the same …

c sorting case-sensitive alphabetical
git mv and only change case of directory

While I found similar question I didn't find an answer to my problem When I try to rename the directory …

macos git version-control case-sensitive