Text Case Converter
Text /caseConvert text into common developer-facing naming styles without leaving the browser.
Outputs update as you type.
recicaJsonFormatter
RecicaJsonFormatter
recica_json_formatter
recica-json-formatter
Recica Json Formatter
RECICA JSON FORMATTER
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.