To lose or obliterate the uppercase/lowercase distinction in text input. “MS-DOS will automatically smash case in the names of all the files you create.” Compare fold case.
| Hacker Slang: smash case |
To lose or obliterate the uppercase/lowercase distinction in text input. “MS-DOS will automatically smash case in the names of all the files you create.” Compare fold case.
| 5min Related Video: Case sensitivity |
| Wikipedia: Case sensitivity |
| This article needs additional citations for verification. Please help improve this article by adding reliable references. Unsourced material may be challenged and removed. (December 2007) |
For the Wikipedia policy, see Wikipedia:Case sensitivity.
Text sometimes exhibits case sensitivity; that is, words can differ in meaning based on differing use of uppercase and lowercase letters. Words with capital letters do not always have the same meaning when written with lowercase letters. For example, Bill is the first name of former U.S. president William Clinton, who could sign a bill (which is a proposed law that was approved by Congress). And a Polish person can use polish to clean something. In food, the Calorie, with a capital C, is commonly used to denote 1000 calories of energy.
Some computer languages are case-sensitive (Java, C++, C#, C[1], Ruby[2] and XML). Others are case-insensitive (i.e., not case-sensitive), such as most BASICs (an exception being BBC BASIC and QBASIC), SQL, Pascal and HTML. There are also languages, such as Haskell and Prolog, in which the capitalization of an identifier encodes information about its semantics.
It takes more work for a program to ignore case when comparing data, depending on the data being compared. Usually it suffices in text coded in character sets like ASCII or EBCDIC to merely convert the comparand and the data temporarily to one case and then compare. However, it becomes far more challenging in a multi-lingual environment, e.g., using Unicode, since case-conversion rules differ between some languages.
Case-insensitive operations are sometimes said to fold case, from the idea of folding the character code table so that upper- and lower-case letters coincide. The alternative smash case is more likely to be used by someone that considers this behaviour a misfeature or in cases wherein one case is actually permanently converted to the other.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Translations: Case-sensitive |
Dansk (Danish)
adj. - afhængig af hvert enkelt tilfælde
Français (French)
adj. - (Comput, Imprim) sensible/actif à la casse
Deutsch (German)
adj. - (Comp.) case-sensitive, differenziert zwischen Groß-/Kleinschreibung, verarbeitet Inhalte nach Groß-/Kleinschreibung unterschiedlich
Ελληνική (Greek)
adj. - (Η/Υ) ανάλογος με τον τύπο χαρακτήρων
Español (Spanish)
adj. - que distingue letras mayúsculas de minúsculas
Svenska (Swedish)
adj. - som gör skillnad på stora och små bokstäver
中文(简体)(Chinese (Simplified))
有大小写之分的
中文(繁體)(Chinese (Traditional))
adj. - 有大小寫之分的
한국어 (Korean)
adj. - (컴퓨터) 검색 시 대문자와 소문자 사이에 차이를 보이는
العربيه (Arabic)
(صفه) استعمال أحرف كبيرة أو صغيرة يغير المعنى
עברית (Hebrew)
adj. - מבחינה בין אותיות גדולות וקטנות באנגלית (תוכנת מחשב או פקודה מסוימת), מטופל באופן שונה לפי היותו כתוב באותיות קטנות או גדולות (קלט)
If you are unable to view some languages clearly, click here.
To select your translation preferences click here.
| Weenix (computer jargon) | |
| Henri Duparc (Classical Artist) | |
| The cat sailor (Kot Matros), song for voice & piano (The Nursery No. 7) (Classical Work) |
| Is C is case sensitive language? Read answer... | |
| Is javascript case sensitive? Read answer... | |
| Is ASP case sensitive? Read answer... |
| Why java is case-sensitive? | |
| Is html case sensitive? | |
| What does it mean when a cheat is case sensitive? |
Copyrights:
![]() | Hacker Slang. The Jargon File. Copyright © 2007. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Case sensitivity". Read more | |
![]() | Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved. Read more |
Mentioned in