RevealTheme logo

Case Converter

Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more.

What is Case Converter?

Different contexts demand different cases. Constants are usually CONSTANT_CASE, JavaScript variables camelCase, file names kebab-case or snake_case, headings Title Case. Manually retyping to convert is error-prone. This tool converts your input to all common cases at once so you can pick the right one.

Frequently asked questions

Why so many cases?
Different programming languages and style guides prefer different conventions. Python loves snake_case; JavaScript loves camelCase; constants are uppercase.

Related tools