Text Case Converter — FAQ
Transform Any Text Instantly — Frequently Asked Questions
UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, dot.case, path/case, CONSTANT_CASE, Alternating case, Reverse, and more.
The converter intelligently tokenizes text — splitting by spaces, underscores, hyphens, or camelCase boundaries — then joins as camelCase (first word lowercase, subsequent words capitalized).
Yes! Drag and drop or browse for a text file. The file content is loaded into the input area for conversion.
Yes. Input like "myVariableName" is correctly split into words before converting to snake_case, kebab-case, etc.
Yes. Click the Copy button to copy the converted text to your clipboard. A Download button is also available.
All letters uppercase with words separated by underscores. Used for constants in programming (e.g., MAX_FILE_SIZE).
All text processing happens in your browser. No text is sent to any server.
Alternates between uppercase and lowercase for each character (e.g., "hElLo WoRlD"). Popular for mocking emphasis on social media.