Case Converter

Edit me from admin panel...

Words Limit/Search : 500
Upto 30k Words Go Pro

Share on Social Media:

What is ToggleCase?

ToggleCase is text that is converted to mixed case version of the text.

  • Uppercase letters are converted to lowercase.
  • Lowercase letters are converted to uppercase.

For example:

  • "Dictionary""dICTIONARY"
  • "Hello World!"“hELLO wORLD!”

What is Sentence case?

Sentence case is a text formatting style where the first letter of the first word in a sentence is capitalized, while the rest of the sentence is in lowercase, except for proper nouns or other words that require capitalization.

Examples of Sentence Case:

Input: "hElLO wORLD! How ARE yoU?"
Sentence Case: "Hello world! How are you?"

Input: "THIS IS A TEST."
Sentence Case: "This is a test."

 

Lower case refers to text where all the letters are converted to their lowercase form, with no capitalized letters. It is one of the most basic text transformations.


Examples of Lower Case Conversion:

Input: "HELLO WORLD"
Lower Case: "hello world"

Input: "Hello World!"
Lower Case: "hello world!"

Input: "Python IS FuN!"
Lower Case: "python is fun!"

 

UPPER CASE refers to text where all the letters are converted to their uppercase (capital) form. In uppercase, every letter appears in its capitalized variant, and all lowercase letters are transformed into uppercase.


Examples of Upper Case Conversion:

Input: "hello world"
Upper Case: "HELLO WORLD"

Input: "Python is Fun!"
Upper Case: "PYTHON IS FUN!"

Input: "123abcDEF"
Upper Case: "123ABCDEF"

 

Capitalize Word means transforming text so that the first letter of each word is capitalized while the remaining letters are lowercase. This style is commonly used for titles, names, or headings.


Examples of Capitalized Words

Input: "hello world"
Capitalized Words: "Hello World"

Input: "PYTHON IS FUN"
Capitalized Words: "Python Is Fun"

Input: "123abc def"
Capitalized Words: "123abc Def"