Text Case Converter Tool
Convert text to different cases: UPPER, lower, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.
Converted Text Cases
Quick Examples
What is a Text Case Converter?
A Text Case Converter is a free online tool that converts text between different case formats including uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE. Perfect for developers, writers, and anyone who needs to format text consistently.
Text Case Formats Supported
- UPPER CASE: All letters in uppercase (HELLO WORLD)
- lower case: All letters in lowercase (hello world)
- Title Case: First letter of each word capitalized (Hello World)
- Sentence case: First letter of first word capitalized (Hello world)
- camelCase: First word lowercase, subsequent words capitalized (helloWorld)
- PascalCase: First letter of each word capitalized (HelloWorld)
- snake_case: Words separated by underscores (hello_world)
- kebab-case: Words separated by hyphens (hello-world)
- CONSTANT_CASE: All uppercase with underscores (HELLO_WORLD)
Why Use Our Text Case Converter?
Our text case converter supports 9 different case formats and converts your text instantly. Whether you're writing code, formatting titles, or preparing text for different applications, this tool helps you format text consistently. No registration required - convert text cases for free.
Common Use Cases
- Convert variable names to camelCase or snake_case for programming
- Format titles and headings to Title Case
- Convert text to CONSTANT_CASE for constants in code
- Format CSS class names to kebab-case
- Convert database column names to snake_case
- Format text for different style guides