SYSTEM TIME --:--:-- IST · 152 TOOLS LIVE · RUNS IN YOUR BROWSER — NOTHING UPLOADED
← Back to TEXT
TEXT

camelCase Converter

Convert text directly to camelCase.

About this tool

This tool converts text between common casing conventions used in writing and in code: UPPERCASE, lowercase, Title Case (each word capitalized, for headings), Sentence case (only the first word capitalized, like a normal sentence), camelCase and snake_case (common variable-naming conventions in programming), and kebab-case (common in URLs and CSS class names).

It is useful both for everyday writing — fixing text that was accidentally typed in caps lock, or title-casing a heading — and for developers converting a variable or field name between naming conventions used by different languages or frameworks (JavaScript typically uses camelCase, Python typically uses snake_case, CSS and URLs typically use kebab-case).

Conversion happens instantly in the browser as you click each option, so you can try a few and compare before copying the one you need.

Frequently asked questions

What is the difference between snake_case and kebab-case?

Both replace spaces with a separator and lowercase every word — snake_case uses an underscore, kebab-case uses a hyphen. Kebab-case is standard in URLs and CSS; snake_case is common in Python and database column names.

Does Title Case capitalize every word, including "and" or "the"?

Yes, this simplified version capitalizes every word. Formal title-case style guides often keep short words like "and," "of," and "the" lowercase — adjust manually if you need that distinction.

What’s the difference between Title Case and Sentence case?

Title Case capitalizes every word (for headings). Sentence case only capitalizes the first word, like ordinary prose — useful for fixing text pasted in from somewhere that title-cased it unnecessarily.

Can I convert camelCase back to normal words?

This version converts from plain text into the listed formats, not from camelCase back to spaced words.

Other countdown scenarios

Related tools