Case Converter
Convert text between uppercase, lowercase, title case, and more.
About Case Converter
Convert text between different cases: uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and more. Paste your text, pick a format, and copy the result. Saves time when reformatting variable names, headings, or bulk text.
FAQ
- What is title case?
- Title case capitalizes the first letter of each major word. Small words like "a", "the", and "of" are typically left lowercase unless they start the title.
- What's the difference between camelCase and PascalCase?
- camelCase starts with a lowercase letter (e.g., myVariable), while PascalCase starts with an uppercase letter (e.g., MyVariable). Both capitalize subsequent words.
- Can I convert variable names between naming conventions?
- Yes. You can convert between camelCase, snake_case, kebab-case, PascalCase, and others — useful when moving code between different language style guides.