
Case sensitive refers to a characteristic of certain programming languages, commands, search functions, or systems where uppercase and lowercase letters are treated as distinct and separate characters. In case-sensitive systems, the distinction between uppercase (capital) and lowercase (small) letters is significant and affects how the system interprets and processes text or commands.
Many systems consider passwords (and usernames) as case-sensitive, meaning that “Password123” and “password123” would be recognised as different passwords.