Case Converter
Accidentally left the caps lock on and typed something, but can't be bothered to start again and retype it all?

Simply enter your text and choose the case you want to convert it to.

Character Count: 0
Word Count: 0
Sentence Count: 0
Line Count: 0

Lowercase Converter

If you are wondering how to uncapitalize text, this lowercase converter allows you to quickly transform all uppercase and mixed-case text into lowercase letters. Simply paste your text in the box and select "Lower Case,".

this is an example of lowercase.

UPPERCASE Converter

This uppercase converter allows you to change any text into all capital letters instantly. Ideal for headlines, emphasis, or formatting, simply paste your text in the box and select "UPPERCASE" to generate bold, attention-grabbing content.

THIS IS AN EXAMPLE OF UPPERCASE.

Sentence Case Converter

Transform your text into clear, properly formatted sentences with our Sentence Case Converter. It automatically capitalizes the first letter of each sentence, changes the rest of your text to lowercase, and ensures that any single i is changed to I . It also attempts to capitalize names, places, and proper nouns, but it may sometimes miss a few.

This is an example of sentence case.

Title Case Converter

The Title Case Converter capitalizes the first letter of every major word. Perfect for blog titles, headlines, or articles, just paste your text in the box and select "Title Case".

This Is An Example Of Title Case.

Capital Case Converter

The Capital Case Converter changes your text so that the first letter of every word is uppercase. This is perfect for headlines, titles, and emphasizing each word in a sentence.

This Is An Example Of Capital Case.

camelCase Converter

This camelCase Converter transforms your text into camel case format by removing all spaces between words. The first word remains in lowercase while each following word starts with an uppercase letter. This format is widely used in JavaScript, programming, and variable naming.

thisIsAnExampleOfCamelCase.

snake_case Converter

Convert your text into snake_case format by changing all letters to lowercase and replacing spaces with underscores. This converter is perfect for Python development, databases, and file naming conventions.

this_is_an_example_of_snake_case.

kebab-case Converter

Transform text into kebab-case, where words are lowercase and connected by hyphens. Perfect for URLs, CSS classes, and web development.

this-is-an-example-of-kebab-case.

PascalCase Converter

Convert text into PascalCase, where each word starts with a capital letter and there are no spaces between words. Commonly used for class names in programming languages like C# and Java.

ThisIsAnExampleOfPascalCase.

CONSTANT_CASE Converter

Convert text into CONSTANT_CASE, which changes all letters to uppercase and replaces spaces with underscores, often used for defining constants in programming languages like Python, JavaScript, and C++.

THIS_IS_AN_EXAMPLE_OF_CONSTANT_CASE.

Space Case Converter

The Space Case Converter ensures that words in your text are separated by single spaces and removes any extra spaces. However, it does not insert spaces into words that are joined together without them, for example Icecream does not become Ice cream.

This    is    an    example    of    space    case → This is an example of space case

Train-Case Converter

The Train-Case Converter transforms your text by capitalizing the first letter of every word and joining them with hyphens.

This-Is-An-Example-Of-Train-Case.

dot.case Converter

The dot.case Converter formats text by separating words with dots instead of spaces. It is perfect for file names, configuration keys, and scenarios where dot separation is needed.

this.is.an.example.of.dot.case.

path/case Converter

The path/case Converter separates words using forward slashes ( / ) instead of spaces. This format is commonly used for URLs, file paths, and routing structures in web development.

this/is/an/example/of/path/case.

Pascal_Snake_Case Converter

The Pascal_Snake_Case Converter combines PascalCase and snake_case by capitalizing the first letter of each word and separating them with underscores. This format is occasionally used in older programming languages and certain coding styles.

This_Is_An_Example_Of_Pascal_Snake_Case.