Skip to content
My Tiny Utils

Search tools

Type to find a tool, then press Enter to open it.

Case Converter

Convert text to ten cases at once: upper, lower, title, sentence, camel, Pascal, snake, kebab, constant, and alternating.

Processed locally in your browser — nothing is uploaded.

0 characters

Conversions

  • UPPERCASE

  • lowercase

  • Title Case

  • Sentence case

  • camelCase

  • PascalCase

  • snake_case

  • kebab-case

  • CONSTANT_CASE

  • aLtErNaTiNg

About Case Converter

Type once, get every case at once — each with its own copy button. Title Case keeps minor words like “a”, “of”, and “the” lowercase mid-title, and the programmatic cases (camelCase, snake_case, kebab-case, CONSTANT_CASE) understand existing camelCase boundaries, so identifiers convert cleanly.

Common uses

  • Rename variables between camelCase and snake_case conventions
  • Fix a headline typed in all caps
  • Generate a CONSTANT_CASE key from a label

Example

Input

parseJSONResponse

Output

snake_case: parse_json_response · kebab-case: parse-json-response