flashman
← All tools

Case

case • camel • snake • kebab

camelCase
flashmanDeveloperTools
snake_case
flashman_developer_tools
kebab-case
flashman-developer-tools

About this tool

Convert identifiers between camelCase, PascalCase, snake_case, kebab-case, and more. Keeps naming consistent across APIs, databases, and codebases.

Your input is processed in the browser. We do not upload tool payloads to our servers.

Common use cases

  • Map JSON snake_case API fields to JavaScript camelCase.
  • Generate CSS class names from variable names.
  • Normalize names when integrating systems.

Examples

snake to camel

user_id becomes userId for JavaScript property names.

userId

FAQ

How are acronyms handled?
Rules follow common developer conventions; review output for API-specific style guides.