Difference between revisions of "Case sensitivity"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
Line 12: Line 12:
  
 
* [[Computer programming]]
 
* [[Computer programming]]
* [[Naming conventions]]
+
* [[Naming convention]]
 
* [[Text]]
 
* [[Text]]
  

Revision as of 08:23, 31 August 2015

Text sometimes exhibits case sensitivity; that is, words can differ in meaning based on differing use of uppercase and lowercase letters.

Computer programming

This is particularly true in computer programming.

Case insensitivity

The opposite term of "case-sensitive" is "case-insensitive".

See also

External links