Case & Text Conversion

Convert text into every case
all at once

Type a single line and get camelCase, snake_case, kebab-case and 12 case formats at the same time. Click any card to copy it instantly.

chars 0 words 0 lines 0
Results · 12 formats

Frequently Asked Questions

What is the difference between camelCase and PascalCase?

camelCase starts the first word in lowercase and capitalizes the first letter of each following word (myVariableName). PascalCase capitalizes the first letter of every word (MyVariableName). camelCase is typically used for variables and functions, while PascalCase is used for classes and types.

When should I use snake_case, kebab-case, or CONSTANT_CASE?

snake_case is common for Python variables and database columns, kebab-case for URLs, CSS classes and file names, and CONSTANT_CASE (upper snake case) for constants and environment variable names.

Is my text sent to a server?

No. Every conversion runs entirely in your browser, and no data is ever sent to or stored on a server. It even works while you are offline.

Can I convert multiple lines at once?

Yes. Paste multiple lines and each line is converted individually while line breaks are preserved. It is handy for renaming a whole list of identifiers at once.

No data stored Real-time No signup Completely free