Practical formatting guide

How to Convert Text Case Correctly

Choose text case according to where the words will appear. Normal prose usually needs sentence case, editorial headings may use Title Case, URLs normally use kebab-case and programming identifiers follow the conventions of their language.

Choose the right text case

A case converter changes capitalisation and separators, but the final choice should still follow the rules of the document, brand or codebase.

UseInputResult
Body copyquarterly SALES updateQuarterly sales update
Editorial headinghow to plan a product launchHow to Plan a Product Launch
JavaScript variablecustomer order totalcustomerOrderTotal
Python identifiercustomer order totalcustomer_order_total
URL slugCustomer Order Totalcustomer-order-total
Constantmaximum upload sizeMAXIMUM_UPLOAD_SIZE

How to convert case safely

Automatic conversion is fast, but names, acronyms and editorial title rules can require a final human check.

  1. Keep a copy of the original text when formatting a long document.
  2. Convert a representative sample before processing everything.
  3. Review names, abbreviations, apostrophes and words with intentional capitalisation.
  4. Check the destination style guide before publishing or committing code.

Writing, marketing and code

Writers should favour readable sentence case for paragraphs and follow their publication’s headline style. Marketers should keep calls to action readable instead of turning whole sentences into uppercase. Developers should match the established naming convention of the language, framework and repository.

Convert without uploading your text

FixCaseNow performs its text transformations in your browser. Paste the text, choose a conversion and copy the output. The main converter supports common writing and developer formats, while focused tools handle title case, camelCase, snake_case, spacing and URL slugs.