Case Converter
About Case Converter
Convert text seamlessly between lowercase, UPPERCASE, Title Case, camelCase, snake_case, and PascalCase. Fast browser-based formatting.
Frequently Asked Questions
The converter capitalizes the first letter of every word. For custom capitalization rules or specific sentence cases, you can edit the text directly in the box.
camelCase starts with a lowercase letter and capitalizes each subsequent word's first letter (e.g. myVariableName). PascalCase capitalizes the first letter of every word (e.g. MyVariableName). Both are commonly used in programming.
Yes. Since the tool executes entirely in JavaScript inside your browser, it runs completely client-side. Once the page is loaded, you can disconnect from the internet and convert cases offline.