Tools menu
Free tool
Case Converter
Convert text between Uppercase, lowercase, Title Case, camelCase, snake_case, and more.
#caseconverter
#uppercase
#lowercase
#titlecase
#camelcase
How to use this tool
Follow these steps to get the most out of the Case Converter.
01
Enter your text.
02
Click the button for the desired case (e.g., UPPERCASE).
03
Copy the converted text.
The guide
Available Transformations
This tool supports a wide variety of text cases used in programming, writing, and data entry.
Standard Formats
- UPPER CASE: Converts all letters to capitals. Useful for headers or emphasis.
- lower case: Converts all letters to small caps.
- Title Case: Capitalizes the first letter of major words. Standard for headlines.
- Sentence case: Capitalizes only the very first letter of the input.
Developer Formats
- camelCase: Removes spaces and capitalizes each new word (except the first). Standard for JavaScript/Java variables.
- snake_case: Replaces spaces with underscores. Common in Python and database field names.
- kebab-case: Replaces spaces with dashes. Essential for URL slugs and CSS classes.
More in String & Text Manipulation