Skip to content
Utilerio

Case Converter

Convert text to camelCase, PascalCase, snake_case, kebab-case and more.

Converted Text

The result will appear here.

Was this tool useful?

About this tool

Text case is a common source of inconsistency. APIs, databases and programming conventions each have their own preferred style: JavaScript uses camelCase for variables, databases use snake_case, CSS classes often use kebab-case and constants use SCREAMING_SNAKE_CASE.

This converter handles all common formats in one step. It also correctly splits text that is already in one of these formats — camelCase input is split into individual words before being converted.

How to use it

  1. Paste your text into the input field.
  2. Click the format button that matches your target style.
  3. The converted text appears on the right, ready to copy.

Examples

Converting a sentence to different formats

Hello World From Utilerio
camelCase: helloWorldFromUtilerio
snake_case: hello_world_from_utilerio
kebab-case: hello-world-from-utilerio

Frequently asked questions