Convert Case

This tool allows you to convert blocks of text into any case, witch you can copy back to your own document. Convert from UPPER CASE to lower case, to Sentence case, to Title Case, to aLtErNaTiNg cAsE, to iNVERSE CASE to Capitalized Case and more.


Example

  • UPPERCASE: Converts all characters in the text to uppercase letters. For example, "hello world" becomes "HELLO WORLD".
  • lowercase: Converts all characters in the text to lowercase letters. For example, "Hello World" becomes "hello world".
  • Title Case: Capitalizes the first letter of each word in the text. For example, "hello world" becomes "Hello World".
  • Sentence Case: Capitalizes the first letter of each sentence in the text. It assumes that sentences end with periods followed by a space. For example, "hello. world" becomes "Hello. World".
  • CamelCase: Joins words together without spaces, and capitalizes the first letter of each word except the first one. For example, "hello world" becomes "helloWorld".
  • snake_case: Replaces spaces with underscores (_) in the text. For example, "hello world" becomes "hello_world".
  • kebab-case: Replaces spaces with hyphens (-) in the text. For example, "hello world" becomes "hello-world".
  • tOgGlE cAsE: Toggles the case of each character in the text, alternating between uppercase and lowercase. For example, "Hello World" becomes "hElLo wOrLd".
  • Proper Case: Similar to Title Case, it capitalizes the first letter of each word in the text. For example, "hello world" becomes "Hello World".
  • RaNdOm CaSe: Randomly changes the case of each character in the text. For example, "Hello World" might become "hElLo wORlD" or any other random combination.
  • These options provide users with flexibility to transform text according to different conventions or preferences, enhancing usability and versatility of the text case converter.