text_fieldsCase Converter

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

camelCase
helloWorldExampleText
PascalCase
HelloWorldExampleText
snake_case
hello_world_example_text
kebab-case
hello-world-example-text
UPPERCASE
HELLO WORLD EXAMPLE TEXT
lowercase
hello world example text
Title Case
Hello World Example Text
Sentence case
Hello world example text

This tool converts text between different letter cases - UPPERCASE, lowercase, Title Case, Sentence case, camelCase, and more - useful for quickly reformatting text without retyping it manually, whether for a heading, a variable name, or fixing text that was accidentally typed in the wrong case.

Frequently asked questions

Common ones include UPPERCASE, lowercase, Title Case, Sentence case, and programming-style cases like camelCase and snake_case, covering both everyday writing and coding naming conventions.

Standard Title Case typically capitalizes major words while following conventions for smaller words (like "a," "the," "of") - check the specific tool's behavior if you need strict grammatical title casing versus simply capitalizing every word.

Yes - these programming-style case conversions are commonly included alongside standard text casing options.