Case Converter

Convert text cases to upper, lower, capitlize, sentance and many more.

What is a case converter tool?

Case converter is a very useful, time saver, and free tool to convert the cases of your text easily. The free case converter tools let you convert any text to the sentence case, lower case, upper case, capitalized case, alternating case, title case, inverse case, camel case, snake case pascal case, and kebab case(dash between).

How to use a case converter?

Case converter tool on the quicktoolz is well designed and user-friendly, anyone can use it by just seeing the ui of the case converter. To convert the case you just need to type or paste the text in the in result textbox you will the converted text instantly. You can switch to another mode by just clicking on the mode button below the input textbox.

Sentence case

The sentence case converter mode converts your text input(either by typing or paste the text in the text area input) into a sentence case on the fly. the sentence case capitalizes the first letter of your sentence.

for example, when you enter the text "the quick brown fox jumps over the lazy dog", the sentence case result will be "The quick brown fox jumps over the lazy dog".

Lower case

The Lower case converter mode converts your entire text input into the lower case instantly in the result area. the lower case lowers all the letters of your sentences.

for example, when you enter the text "Almost Before We Knew It, We Had Left The Ground.", the lower case result will be "almost before we knew it, we had left the ground".

Upper case

The Upper case converter mode converts your whole text input into the upper case right away in the result area. The upper case converter uppers all the letters of your sentences.

for example, when you enter the text "The five boxing wizards jump quickly", the upper case result will be "THE FIVE BOXING WIZARDS JUMP QUICKLY".

Capitalize case

The Capitalize case converter mode converts each word to capitalize the case of the sentence you entered in the text area on the fly. Capitalize case converter does not ignore any word to capitalize the words of the sentence.

for example, when you enter the text "Waltz, bad nymph, for quick jigs vex", the capitalize case result will be "Waltz, Bad Nymph, For Quick Jigs Vex".

Alternating case

The Alternating case converter is a cool text case converter that converts the alternate letter to the upper and lower case simultaneously.

for example, when you enter the text "Glib jocks quiz nymph to vex dwarf", the alternating case result will be "GlIb jOcKs qUiZ NyMpH To vEx dWaRf".

Title case

The Title case converter is similar to the capitalize case converter mode, which converts each word to capitalize the case of the sentence you entered in the text area instantly. but unlike the capitalize case converter, the title case converter ignores the words to capitalize the words of the sentence such as 'a', 'an', 'the', 'of'.

for example, when you enter the text "Jackdaws love my big sphinx of quartz", the title case result will be "Jackdaws Love My Big Sphinx of Quartz". here you can see the word 'of' is ignored.

Inverse case

The Inverse case converter is a stylish text case converter that lowers the first character of the word and the rest of the words to the upper case of the inputted sentence quickly.

for example, when you enter the text "How vexingly quick daft zebras jump!", the inverse case result will be "hOW vEXINGLY qUICK dAFT zEBRAS jUMP!".

Camel case

The camel case converter (stylized as camelCase or CamelCase) lowers the first word of the sentence and the rest of the words are joined after capitalizing by removing the space between them. in some cases the all the words are capitalized and joined after removing the spaces. Camel case is a naming convention mostly used by the programmer while writing the code in various languages, such as Javascript.

for example, when you enter the text "The five boxing wizards jump quickly", the camel case result will be "theFiveBoxingWizardsJumpQuickly".

Snake case

The Snake case converter replaces each space is by an underscore (_) by lowering each word of the sentence. The snake case is a naming convention mostly used by the programmer while writing the code in various languages, such as Python, Ruby.

for example, when you enter the text "Sphinx of black quartz, judge my vow.", the snake case result will be "sphinx_of_black_quartz_judge_my_vow".

Pascal case

The Pascal case converter converts all the words to the upper case and joins them by removing the spaces and the punctuation. Pascal case is a naming convention mostly used by programmers, The term Pascal case was originated from the Pascal programming language.

for example, when you enter the text "How vexingly quick daft zebras jump!", the pascal case result will be "HowVexinglyQuickDaftZebrasJump".

Kebab case

The Kebab case converter replaces each space is by an underscore (-) by lowering each word of the sentence. The kebab case is mostly used in the URL slugs.

for example, when you enter the text "Jackdaws love my big sphinx of quartz.", the kebab case result will be "jackdaws-love-my-big-sphinx-of-quartz".

For Your Knowledge: The example we used in above are known as Pangram.