Text Case Converter
Convert camelCase, snake_case, etc.
Text Case Converter
Convert text to lowercase, UPPERCASE, Title Case, camelCase, etc.
What is Text Case Converter?
Text Case Converter converts text between various formats: lowercase, UPPERCASE, Title Case, camelCase, snake_case, kebab-case.
How Does It Work?
The tool uses regex and native JavaScript string operations to perform the transformation.
Common Use Cases
- Variable naming - Adjust the format to match a language's naming conventions.
- Filename standardization - Turn a title into a URL-friendly slug.
- Data cleanup - Normalize mixed-case user input.
- CSS class generation - Convert text into a valid class name.
- Database field naming - Adjust column name formatting.
Frequently Asked Questions
Q: What's the difference between Title Case and sentence case?
A: Title Case capitalizes every word. Sentence case only capitalizes the first letter of the sentence.
Q: Are numbers and symbols changed too?
A: It depends on the mode. For case modes, only letters are changed.
Q: Can I convert only part of the text?
A: Yes. Select the text, click the mode, then copy the result.