ToolsCrate

Case Converter

Change text between UPPERCASE, lowercase, Title Case, Sentence case and programmer cases like camelCase, snake_case and kebab-case — then copy the result with one click.

Result

Frequently Asked Questions

What is Title Case?

Title Case capitalises the first letter of every word — commonly used for headings and titles. Sentence case capitalises only the first word of each sentence.

What are camelCase, snake_case and kebab-case for?

They are naming conventions used in programming: camelCase and PascalCase join words with capitals, snake_case joins them with underscores, and kebab-case with hyphens (common in URLs and file names).

Is my text uploaded anywhere?

No — conversion happens instantly in your browser and your text never leaves your device.