Text Case Converter

Text /case

Convert text into common developer-facing naming styles without leaving the browser.

Transfer
Local only
Limit
1 MiB input
Outputs update as you type.
camel
recicaJsonFormatter
pascal
RecicaJsonFormatter
snake
recica_json_formatter
kebab
recica-json-formatter
title
Recica Json Formatter
upper
RECICA JSON FORMATTER
lower
recica json formatter
7 styles generated as you type. 1 line 21 B local only

How it works

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

Use it to translate words between common prose and identifier naming styles.

Example

Convert “Recica JSON formatter” into camelCase, PascalCase, snake_case, and kebab-case.

Notes

  • Handles spaces, hyphens, underscores, and mixed camel/Pascal case reasonably.
  • Output is generated from normalized words rather than copied punctuation.
  • This version focuses on practical naming conversions rather than locale-aware title rules.

Constraints

  • Word-boundary detection is optimized for common Latin-script identifiers and prose.
  • Limit: 1 MiB input. Nothing is uploaded or silently truncated.

Common errors

  • Acronym boundaries
  • Locale-specific casing
  • Punctuation-only input

When to use it

Use it to translate words between common prose and identifier naming styles.

Formats: camelCase, PascalCase, snake_case, kebab-case, Title Case.

Reference

Unicode text segmentation

Substantively reviewed .