Yaykyi Tools

Case Converter Online — camelCase, snake_case, kebab-case

Instantly convert text between camelCase, PascalCase, snake_case, kebab-case, UPPER_CASE, and more. Free and runs entirely in your browser.

⌘ KSearch tools⌘ ↵Process⌘ ⇧ CCopy result

What is Case Converter Online?

Naming conventions vary by language and framework. JavaScript uses camelCase for variables, Python uses snake_case, CSS uses kebab-case, and SQL uses UPPER_SNAKE_CASE. This tool converts any text between all major conventions in one click, saving developers from tedious manual reformatting.

How to Use Case Converter Online

  1. Paste your text or identifier in the input field.
  2. All output formats are generated simultaneously.
  3. Click the format you need to copy it instantly.

Example

Multiple case outputs

Input

hello world foo bar

Output

helloWorldFooBar / hello_world_foo_bar / hello-world-foo-bar

Frequently Asked Questions

What is camelCase?

CamelCase writes compound words without spaces, capitalizing each word after the first. Example: getUserName. It is the JavaScript standard for variables and functions.

When should I use kebab-case?

Kebab-case (words separated by hyphens) is the standard for CSS class names, HTML attributes, URL slugs, and NPM package names.

See Also