Use AP style for blog posts, marketing copy, and news articles — it's the dominant convention on the web. Chicago fits book titles, academic papers, and long-form journalism. Wikipedia's rule works well for technical documentation headings. The programming cases (camel, snake, kebab, constant) are handy when renaming variables or converting a sentence into a slug-safe identifier. Alternative: titlecaseconverter.com covers AP and Chicago but doesn't bundle programming cases or the all-variants panel.
Input: `the quick brown fox jumps over the lazy dog`
AP: `The Quick Brown Fox Jumps Over the Lazy Dog` · Chicago: `The Quick Brown Fox Jumps over the Lazy Dog` · camelCase: `theQuickBrownFoxJumpsOverTheLazyDog` · kebab-case: `the-quick-brown-fox-jumps-over-the-lazy-dog`.
Last updated: 2026-04-24