Case / Naming Convention Converter

Convert to camelCase, snake_case, kebab-case, PascalCase, etc.

About this tool

This tool converts text to camelCase, snake_case, kebab-case, etc. in one click. Three features: 1) Supports camelCase, snake_case, kebab-case, PascalCase, UPPER_SNAKE, 2) Batch conversion for variable names, API keys, filenames, 3) All processing in browser—no data sent to server.

Tool interface

Usage

  1. Enter text in the input field
  2. Select format (camelCase, snake_case, kebab-case, etc.)
  3. Converted result displayed. Copy to use

When to use

Variable/function name conversion, API key naming, filename convention, DB column conversion.

Examples

user_name → userName (camel), user-name (kebab), UserName (Pascal), USER_NAME (upper)

FAQ

What is camelCase?

First word lowercase, rest capitalized. userName, getUserById. Common in JavaScript, Java.

snake_case vs camelCase?

snake_case: underscores (user_name). camelCase: capitals (userName). Python uses snake; JS uses camel.

Types of naming conventions?

camelCase, snake_case, kebab-case, PascalCase, UPPER_SNAKE. Depends on language and context.

Where is kebab-case used?

URLs, CSS class names, filenames. my-component.html, user-profile. Hyphens are safe in many systems.

Is Case / Naming Convention Converter free?

Free to use, no sign-up required.

Is data sent to a server?

Data stays on your device; we do not store it on our servers.

Supported browsers?

Tested on recent Chrome, Edge, Firefox, and Safari.

Offline use?

Core features work offline after the first load.

vs CLI or desktop apps?

Case / Naming Convention Converter is an install-free online alternative to CLI or desktop apps.

When to use it?

Use it when: Variable/function name conversion, API key naming, filename convention, DB column conversion.

Usage example?

Example: user_name → userName (camel), user-name (kebab), UserName (Pascal), USER_NAME (upper)

Main features?

camelCase, snake_case, kebab-case, PascalCase, UPPER_SNAKE, lower case, UPPER CASE, Variable and API key naming

How is this different from similar tools?

Case / Naming Convention Converter runs in the browser with no install—ideal for quick checks before heavier CLI or IDE workflows.

Search keywords

camelCase, snake_case, 命名規則, 変換, 変数名, キャメルケース 変換

Basic workflow

  1. Enter text in the input field
  2. Select format (camelCase, snake_case, kebab-case, etc.)
  3. Converted result displayed. Copy to use

Practical use cases

  • Variable/function name conversion, API key naming, filename convention, DB column conversion.
  • This tool converts text to camelCase, snake_case, kebab-case, etc. in one click. Three features: 1) Supports camelCase, snake_case, kebab-case, PascalCase, UPPER_SNAKE, 2) Batch conversion for variable names, API keys, filenames, 3) All processing in browser—no data sent to server.
  • camelCase, snake_case, kebab-case, PascalCase
  • UPPER_SNAKE, lower case, UPPER CASE

Privacy & data handling

Data stays on your device; we do not store it on our servers.

Things to watch out for

  • Always double-check before pasting output into production
  • Try incognito if extensions break the page
  • Wait for processing on large inputs

Related learning content

Related tools