Convert text between common casing styles for headings, labels, identifiers, environment variables, filenames, and documentation snippets.
Different writing and coding contexts use different case styles. Title Case reads well in headings, sentence case is natural for UI labels, camelCase and PascalCase are common in code, and snake_case or kebab-case are useful for filenames and identifiers.
A case converter is especially helpful when cleaning copied text, preparing SEO titles, normalizing lists of variable names, or switching naming styles between languages and frameworks.
The conversion is text-based, so acronyms and brand-specific capitalization may still need a quick human review.
Related tools: Line Sorter · Text Formatter