Example conversions
"Product launch checklist" becomes `PRODUCT LAUNCH CHECKLIST`, `Product Launch Checklist`, `product-launch-checklist`, `product_launch_checklist`, or `productLaunchChecklist` depending on the mode. Kebab, snake, and camel modes first split punctuation and spaces into words, so compare identifiers carefully when the source already contains symbols.
Useful cases
Use writing modes to normalize headings, form labels, support replies, and pasted notes. Identifier modes help with draft CSS classes, file stems, analytics names, and short code labels. For a public URL, use the dedicated slug generator when you also need accent cleanup, separator choices, or optional English stop-word removal.
Privacy
All case conversion runs in this browser tab. The tool does not upload, log, or send the text to a server. Clipboard access happens only after you press Copy; once you paste the result into another application, that application's storage and privacy rules apply.
Limits
Title and sentence modes use predictable mechanical rules, not a language model or style guide. They cannot know that `iPhone`, `NASA`, a surname, or a product name needs special capitalization. Identifier modes keep ASCII letters and numbers, which can remove non-Latin text. Always review names, acronyms, punctuation, and locale-specific casing.