text

Case Converter

Convert text between camelCase, snake_case, kebab-case, Title Case, and more in one click.

All tools
fluxKitOnlineTools
camelCasefluxKitOnlineTools
PascalCaseFluxKitOnlineTools
snake_caseflux_kit_online_tools
kebab-caseflux-kit-online-tools
UPPER_SNAKEFLUX_KIT_ONLINE_TOOLS
Title CaseFlux Kit Online Tools
Sentence caseFlux kit online tools

Choosing the right text case

Naming conventions keep code and filenames consistent. JavaScript often uses camelCase, Python prefers snake_case, and CSS or URLs commonly use kebab-case. This converter splits words on spaces, hyphens, underscores, and case changes, then rebuilds them in the style you select.

Steps

  1. Paste a phrase, variable name, or heading.
  2. Select the target case style.
  3. Copy the converted result into your code or document.
  4. Repeat with another style if you need multiple variants for APIs and UI labels.

Tips

  • camelCase starts lowercase; PascalCase capitalizes every word segment.
  • UPPER_SNAKE is common for constants and environment variable names.
  • Title Case is for headings; it is not a programming identifier style.

Frequently asked questions

Which cases are supported?

camelCase, PascalCase, snake_case, kebab-case, UPPER_SNAKE, Title Case, and Sentence case.

Will it change my meaning?

Only separators and letter casing change. Words stay in the same order.

How are words detected?

The tool splits on spaces, underscores, hyphens, dots, and transitions from lowercase to uppercase.