Text Case Converter
Local — Runs in your browser; files and input stay on this deviceFree — Free to useQuickly transform text into UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case and more.
Your text
Input
Output
Runs in your browser; files and input stay on this device
How to use Text Case Converter
- 1Type or paste the source text.
- 2Choose the case or text operation you want.
- 3Review the transformed output and copy it.
Frequently asked questions
- What is the difference between camelCase and PascalCase?
- camelCase starts the first word with a lowercase letter; PascalCase capitalizes the first letter of every word.
- How are snake_case and kebab-case produced?
- The converter separates words, lowercases them, and joins them with underscores for snake_case or hyphens for kebab-case.
- Does case conversion translate the text?
- No. It changes letter case, separators, order, or spacing according to the selected operation; it does not translate words between languages.