Text tool
Case Converter
Change text capitalization and separators for headlines, labels, filenames, variables, and code-style identifiers.
Convert text for writing and code
Case changes are easy to do once, but tedious when you are cleaning labels, headings, filenames, slugs, and variable names. This converter turns pasted text into common writing and developer formats with one click.
Use title case for headings, sentence case for readable copy, and snake, kebab, camel, or constant case for technical names.
Common conversions
- Turn a headline draft into title case or sentence case.
- Convert labels into camelCase or PascalCase for code examples.
- Create snake_case, kebab-case, or CONSTANT_CASE names from pasted text.
FAQ
Does it change the original meaning?
No. It only changes capitalization and separators in the provided text.
Can it convert titles?
Yes. Title case is useful for headings, labels, and short editorial text.
Does it support code-style names?
Yes. It can produce camelCase, PascalCase, snake_case, kebab-case, and constant case.