Text Case Converter
Convert text to UPPER, lower, Title, camelCase, or snake_case.
About the Text Case Converter
Switching text between UPPERCASE, lowercase, Title Case, camelCase, and snake_case manually is tedious and error-prone, especially for longer text or code-related naming conventions.
This tool converts pasted text into any of these formats instantly, which is useful for writing, formatting headlines, or preparing variable names for code.
How to Use This Tool
- 1Paste or type your text.
- 2Select the case format you want (UPPER, lower, Title Case, camelCase, snake_case).
- 3Copy the converted result.
Frequently Asked Questions
What's the difference between camelCase and snake_case?
camelCase joins words with no spaces and capitalizes each word after the first (e.g., myVariableName), while snake_case joins words with underscores in lowercase (e.g., my_variable_name) — both are common naming conventions in programming.
Related Tools
Word Counter
Count words, characters, sentences, and paragraphs in your text.
Character Counter
Count characters with and without spaces and track limits.
JSON Formatter / Validator
Format, validate, and minify JSON data with syntax highlighting.
Base64 Encode & Decode
Encode or decode Base64 strings instantly in your browser.