Retyping a heading because it arrived in all caps, or renaming a set of variables from snake_case to camelCase, is pure friction. This converter handles eight casing styles at once — the editorial ones writers need and the programming conventions developers need.
Title case capitalises the significant words in a heading; sentence case capitalises only the first word and proper nouns. Most modern style guides and design systems now prefer sentence case for interface text.
JavaScript, Java, and Swift conventionally use camelCase for variables; Python, Ruby, and SQL prefer snake_case. Kebab-case belongs in URLs, CSS class names, and file names.
It capitalises each word, so short function words like "of" and "the" are capitalised too. Style guides disagree with each other here, so check the result against your house style.
No. Conversion is Unicode-aware, so accented characters, emoji, and punctuation survive intact.
All free tools · Blog · About · Contact