Case Converter
A very handy online text tool where you can change between lower case and upper case letters, where you can capitalize, uncapitalize, convert to mix case and ...
Share on Social Media:
A case converter is a tool or function used to change the case of text. This involves transforming text between uppercase, lowercase, title case, and other formats. Here's a basic overview of common types of case conversions:
Uppercase: Converts all letters in the text to uppercase.
- Example:
hello world
→HELLO WORLD
Lowercase: Converts all letters in the text to lowercase.
- Example:
HELLO WORLD
→hello world
Title Case: Capitalizes the first letter of each word in the text.
- Example:
hello world
→Hello World
Sentence Case: Capitalizes the first letter of the first word of the sentence and keeps the rest in lowercase.
- Example:
hello world
→Hello world
Toggle Case: Switches the case of each letter (uppercase to lowercase and vice versa).
- Example:
Hello World
→hELLO wORLD
Capitalize Each Word: Capitalizes the first letter of each word in a string, similar to title case but might differ in handling small words.
- Example:
the quick brown fox
→The Quick Brown Fox