Text Case Converter

Transform your text into any case format instantly β€” UPPERCASE, lowercase, Title Case, camelCase, snake_case and many more.

Convert text case

Paste your text, then click any button to convert.

Why convert text case?

Developers frequently need camelCase, snake_case, or kebab-case for variable names, file names, and URLs. Writers and editors use Title Case and Sentence case to fix headings and body text. Instead of retyping everything, this text case converter transforms your text in a single click.

Supported case formats

This tool supports 13 different case transformations: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, alternating case, and inverse case. Each conversion runs instantly in your browser with no server calls.

Tips for developers

Use CONSTANT_CASE for environment variables and constants, kebab-case for CSS class names and URL slugs, camelCase for JavaScript variables, and PascalCase for class names. Consistent naming conventions improve code readability and reduce bugs.

More Text Tools