String Formatting

Case Converter

Free online text case converter - Convert between camelCase, snake_case, kebab-case and more

Options
Detected: lowercase
Input Text
1

Case Converter — Frequently Asked Questions

How does smart acronym preservation work?

The converter recognizes common acronyms like API, URL, ID, and preserves their formatting when converting between cases. For example, 'getUserAPI' in camelCase becomes 'GetUserAPI' in PascalCase, not 'GetUserApi'.

Which case format should I use for my project?

It depends on your context: camelCase for JavaScript variables, PascalCase for class names, snake_case for Python and database columns, kebab-case for URLs and CSS classes, and CONSTANT_CASE for environment variables and constants.

Can I convert multiple lines at once?

Yes! The converter handles multi-line text and preserves line breaks. Each line is converted independently, so you can convert entire code blocks or lists of items at once.

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

Title Case capitalizes the first letter of every word (The Quick Brown Fox), while Sentence case only capitalizes the first letter of the first word (The quick brown fox). Title Case is used for headings, while Sentence case is used for regular text.