Tool to convert uppercase and lowercase. In typography, for each writing font, characters are arranged in cases. Lower cases are for minuscules, and upper cases are for capital letters.
Uppercase Lowercase - dCode
Tag(s) : Steganography, Communication System, Fun/Miscellaneous
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Uppercase and lowercase are two writing styles used to differentiate between characters in text. Uppercase (or capital letters) is the larger letters and lowercase is the smaller letters.
Converting between uppercase and lowercase, also called case switching, consists in transforming the characters of a text into either uppercase or lowercase.
On dCode, the software analyses if text characters (Unicode characters are taken into account) are upper case or lower case and realize the desired transformations.
Example: The message dCode can be converted:
All uppercase: DCODE
All lowercase: dcode
Invert case: DcODE (uppercase to lowercase and lowercase to uppercase)
First letter uppercase: DCode ou Dcode
Support for vowels and consonants dcOdE or DCoDe
Numbers and other non-alphabetic characters are not taken into account when transforming by the upper-lower conversion tool.
In computing, case is the name given to the distinction between uppercase and lowercase characters. Case changing is the term for switching from one case to the other. Also when searching for text, the case can be ignored (a word written in upper or lower case will be treated indifferently).
Case is used to add structure and clarity to text. It makes it possible to distinguish between proper nouns, titles, acronyms and the beginnings of sentences.
Also, case can convey semantic information, such as in programming where case can indicate variables, functions, or constants.
A steganography technique uses upper and lower case letters to hide and encode information in 0 and 1.
Example: COdE becomes 1101 (or 0010)
Bacon cipher or more generally any binary format can use this method.
CamelCase is a writing convention where words are glued together and each word, except the first, begins with a capital letter.
It is often used to name variables or functions in programming.
A variation is the PascalCase where the first letter (initial) is uppercase (uppercase).
dCode retains ownership of the "Uppercase Lowercase" source code. Except explicit open source licence (indicated Creative Commons / free), the "Uppercase Lowercase" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Uppercase Lowercase" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Uppercase Lowercase" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Uppercase Lowercase" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Uppercase Lowercase on dCode.fr [online website], retrieved on 2024-11-21,