HomeTools & Education › Text Case

Text Case Converter

Title Case capitalizes each word. Sentence case capitalizes only the first letter. camelCase, kebab-case, and snake_case strip spaces. Related: word counter, character counter.

What Your Result Means

How This Calculator Works

You paste or type text and click a conversion button. The tool applies JavaScript string methods in your browser — toUpperCase(), toLowerCase(), or custom regex-based transforms for title, sentence, camel, kebab, and snake cases. No data is sent to a server; everything runs locally in your browser tab.

Quick Questions

Does Title Case handle small words like "the" and "of"?

This tool capitalizes the first letter of every word, including articles and prepositions. Formal title-case style guides (like AP or Chicago) leave certain small words lowercase, but those rules vary. You can manually adjust small words after converting.

Will camelCase work with numbers and special characters?

Numbers are preserved in place. Most special characters (punctuation, symbols) are stripped during the conversion since camelCase, kebab-case, and snake_case are designed for programming identifiers that generally only allow letters, numbers, and specific separators.

Is my text sent to a server?

No. All conversions happen entirely in your browser using JavaScript. Your text never leaves your device, so it is safe to use with confidential or sensitive content.

What is kebab-case used for?

Kebab-case (words separated by hyphens, all lowercase) is widely used in URLs, CSS class names, and HTML attributes. It is also common in file naming conventions for web projects and static sites.

Sources

Method & review

MethodologyHow we calculate this Reviewed & Updated2026-04 Next review2027-04

Estimate only. Results reflect your inputs and standard formulas. Double-check important decisions independently.