Text Tool

Case Converter

Convert text between nine different case formats instantly — from UPPERCASE to camelCase to snake_case — right in your browser.

Advertisement
Case Converter
Convert text between uppercase, lowercase, title case, camelCase, snake_case and more
Input Text
Output
Converted text appears here...

Disclaimer. This tool is provided for informational purposes only. Verify important results independently. Read full disclaimer →

About Case Converter

Text case conversion is essential for developers, writers, and data processors. Title Case capitalises the first letter of each major word (used for headings and book titles). Sentence case capitalises only the first word of each sentence (standard for body text). UPPER CASE is used for acronyms, headings in some styles, and emphasis. lower case is used in URLs, email addresses, and HTML/CSS code.

Developer-specific cases: camelCase (thisIsAnExample) is the JavaScript variable naming convention; PascalCase (ThisIsAnExample) is used for class names in most languages; snake_case (this_is_an_example) is the Python variable convention and database column naming standard; kebab-case (this-is-an-example) is used in CSS class names, HTML attributes, and URL slugs. Converting between these formats is a daily task in any software development workflow.

Frequently Asked Questions

camelCase starts with a lowercase letter (e.g. thisIsAnExample) and is the standard JavaScript variable naming convention. PascalCase starts with an uppercase letter (e.g. ThisIsAnExample) and is used for class names in most programming languages.
No. Title Case capitalises the first letter of each major word but leaves short connector words like "a", "the", "and", "or", and "of" in lowercase unless they start the sentence — matching standard heading and book-title conventions.
snake_case (e.g. this_is_an_example) is the standard Python variable naming convention and is also widely used for database column names and configuration keys.
No. All case conversion happens instantly in your browser using JavaScript — your text is never uploaded or transmitted anywhere.
Advertisement