PDF ToolsImage ToolsDocument ToolsSocial Media ToolsYouTube ToolsRSS ToolsSEO ToolsDeveloper ToolsText ToolsCalculator ToolsQR & BarcodeColor ToolsDate & TimeWeb UtilitiesIndia Tools

Text Tools

Text Case Converter

Switch text between common letter cases instantly — from ALL CAPS to Title Case to snake_case — without retyping a thing.

Your data is processed locally in your browser and is never uploaded to our server.

How to use text case converter

  1. Enter your text

    Paste the sentence, heading or variable name you want to reformat.

  2. Pick a case

    Tap any case button to transform the text immediately.

  3. Copy the output

    Grab the converted text from the result box.

Features

Seven cases

Upper, lower, title, sentence, camel, snake and kebab in a single click each.

Great for code and copy

Handy for both writers formatting headings and developers naming variables.

No data leaves the page

Conversions run locally in your browser.

Frequently asked questions

What does Sentence case do?

It lowercases everything, then capitalises the first letter of each sentence.

How is Title Case decided?

It capitalises the first letter of every word. It doesn't skip small words like 'and', so tweak the output if a strict style is required.

What's the difference between snake and kebab case?

snake_case joins words with underscores; kebab-case joins them with hyphens. Both lowercase the text.