Text Case Converter

Convert text between naming conventions and letter cases in one click — camelCase, PascalCase, snake_case, kebab-case, slugs, and more.

Use it when renaming variables, cleaning API payloads, or standardizing copy before a commit.

🔒 Privacy first⚡ Instant✦ No signup
0 chars
Words0Characters0Sentences0Lines0Read time0 sec
Select a transformation
Case
Code style
Clean up
Your output appears below
Output
Was this tool helpful?

Learn more

camelCase vs snake_case vs kebab-case — Which Should You Use?

A practical guide to the three most common code naming conventions — when to use each, why they exist, and how to convert between them instantly.

Read article →

FAQ

What is camelCase?

camelCase joins words without spaces, capitalizing each word after the first. Example: "hello world" → "helloWorld". Used in JavaScript variable names.

What is snake_case?

snake_case uses lowercase words separated by underscores. Example: "hello world" → "hello_world". Common in Python and databases.

What is kebab-case?

kebab-case uses lowercase words separated by hyphens. Example: "hello world" → "hello-world". Common in URLs and CSS class names.

What is the difference between PascalCase and camelCase?

camelCase starts lowercase ("helloWorld"), PascalCase starts uppercase ("HelloWorld"). PascalCase is used for class names in JavaScript, TypeScript, and C#.

Does this tool work offline?

Yes. All conversions run in your browser. No internet connection is needed after the page loads.

Related tools