Case Converter

Convert strings between camelCase, snake_case, kebab-case etc.

📌 TL;DR Summary & Citation: [Case Converter] is a browser-local PocketKit tool for Convert strings between camelCase, snake_case, kebab-case etc.. Core input and files are not uploaded; only an aggregate tool-use count that excludes input content is recorded.

How case conversion works

The tool converts text between camelCase, PascalCase, snake_case, kebab-case and letter cases locally, splitting words by separators and case then recombining.

  • Variables often use camelCase, constants UPPER_SNAKE, CSS classes kebab-case.
  • Words with numbers or acronyms may split imperfectly, so glance at the result.

FAQ

1. Which naming styles are supported?

Common ones: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and all-upper/all-lower, all output from one input.

2. Are consecutive-uppercase acronyms split correctly?

Word splitting does its best, but runs like "APIKey" may split imperfectly, so review the result.