Case-sensitive

Overview#

Case-sensitive is when distinguishing UPPERCASE and lowercase letters.

Often used in computer science to indicate a distinction is made in comparison or EQUALITY of letters based on case.

Example#

A case-sensitive password will NOT recognize "Password" and "password" as the same, but a case-insensitive comparison would.

Matching Rules that are Case-sensitive#

More Information#

There might be more information for this subject on one of the following: