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.
A
case-sensitive password will
NOT recognize "Password" and "password" as the same, but a
case-insensitive comparison would.
There might be more information for this subject on one of the following: