Free online text case converter. Instantly convert text between UPPERCASE, lowercase, Title Case, Sentence case, CamelCase, snake_case, kebab-case, and more. Perfect for writers, developers, and designers. 100% client-side — your text never leaves your browser.
A versatile text transformation tool that converts your text into various case formats instantly. Whether you need to format code variables, titles, or just change text style, this tool handles it all. With 15+ conversion formats including programming cases (camelCase, snake_case, kebab-case), writing cases (Title Case, Sentence case), and fun cases (aLtErNaTe cAsE, tOGGLE cASE), it serves developers, writers, students, and designers alike. All processing happens in your browser — your text never leaves your device.
Yes, the text case converter is completely free with no usage limits, ads, or watermarks. You can use it as many times as you need, for any amount of text.
No. All text conversion happens entirely in your browser using JavaScript. Your content is never transmitted to any server, stored in a database, or shared with third parties.
camelCase starts with a lowercase letter and capitalizes each subsequent word (e.g., myVariableName). PascalCase capitalizes the first letter of every word (e.g., MyVariableName). snake_case uses lowercase letters with underscores between words (e.g., my_variable_name). All three are standard naming conventions in programming.
Yes! The tool preserves all special characters, numbers, symbols, and emojis while converting the case of alphabetic characters. Non-alphabetic characters remain unchanged.
Title Case capitalizes the first letter of every major word (e.g., "The Quick Brown Fox Jumps Over the Lazy Dog"), while Sentence case only capitalizes the first letter of each sentence (e.g., "The quick brown fox jumps over the lazy dog."). Title Case is used for headlines and book titles; Sentence case is standard for body text.
kebab-case (all lowercase with hyphens) is commonly used in URLs, CSS class names, and filename conventions. dot.case is used in some configuration files and package naming conventions. Both help create readable, machine-friendly identifiers.
Yes, you can paste as much text as you need — there is no character limit. The tool processes entire documents, multiple paragraphs, or even large codebases instantly.
tOGGLE cASE inverts the case of every letter — uppercase becomes lowercase and vice versa. It is useful for quickly flipping text case, creating stylistic effects, or fixing text that was accidentally typed with Caps Lock on.