Case Converter
Convert text into twelve cases at once — UPPER, Title Case, camelCase, snake_case, kebab-case and more — then copy the one you need.
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
the quick brown fox jumps over the lazy dog
The Quick Brown Fox Jumps Over the Lazy Dog
The quick brown fox jumps over the lazy dog
theQuickBrownFoxJumpsOverTheLazyDog
TheQuickBrownFoxJumpsOverTheLazyDog
the_quick_brown_fox_jumps_over_the_lazy_dog
THE_QUICK_BROWN_FOX_JUMPS_OVER_THE_LAZY_DOG
the-quick-brown-fox-jumps-over-the-lazy-dog
the.quick.brown.fox.jumps.over.the.lazy.dog
tHe QuIcK bRoWn FoX jUmPs OvEr ThE lAzY dOg
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
Add an AI chat agent to your site
Go beyond free tools. ChatFlo builds a custom AI agent that answers questions, resolves tickets, and supports your customers 24/7 — on your website and Shopify store.
How does the Case Converter work?
Type or paste your text into the box at the top.
Every case is generated at once, so there's no dropdown to hunt through — just scan and pick.
Programming cases handle the boundaries for you: camelCase input splits correctly into snake_case, and vice versa.
Hit copy on the one you want. Nothing is submitted and nothing leaves your browser.
Consistent formatting, consistent answers
Getting your text consistent is one problem. Keeping your customer answers consistent across every channel is the harder one — that's what ChatFlo does.
One knowledge base, every channel
Train the AI agent once and get the same answer on your website, Shopify store, and messaging channels — no drift between them.
Always in your brand voice
Set the tone once and every reply follows it, rather than depending on which teammate happens to pick up the conversation.
Updates propagate instantly
Change a policy in one place and every future answer reflects it — no stale macros lurking in someone's saved replies.
Humans stay in the loop
Anything the agent shouldn't handle lands in a shared inbox with the full conversation history attached.
Explore more free tools
URL Slug Generator
Turn any title or phrase into a clean, lowercase, SEO-friendly URL slug with custom separators.
Character Counter
Count characters against X, Instagram, LinkedIn, meta description, and SMS segment limits.
Word Count Calculator
Count words, characters, sentences, paragraphs, and reading time as you type — instantly.
FAQ
Title Case capitalises the significant words in a heading and leaves minor words like 'a', 'of', 'and', and 'the' lowercase unless they open or close the title. Sentence case capitalises only the first word of each sentence, plus proper nouns. Most style guides now prefer Sentence case for headings and UI copy because it reads faster.
camelCase is standard for JavaScript variables and JSON keys. PascalCase names classes and React components. snake_case is the convention in Python and for database columns. CONSTANT_CASE marks environment variables and constants. kebab-case is used for URL slugs, CSS class names, and file names, because URLs treat hyphens as word separators and underscores as part of the word.
Yes. Word boundaries are detected from case changes as well as spaces and punctuation, so pasting 'customerSupportAgent' correctly produces 'customer_support_agent' and 'Customer Support Agent' rather than treating it as one word.
Accented characters are preserved in the text cases — UPPER, lower, Title, and Sentence case all handle them correctly. The programming cases strip characters outside A–Z and 0–9, because identifiers and URL slugs generally require ASCII.
No. Every conversion runs in your browser. Nothing is sent to a server, stored, or logged, and the tool works without an account.
It's the mocking-SpongeBob meme format. It has no practical typographic use, but it comes up often enough that leaving it out just sends people to another tool.