Back to all tools
Text Case Converter
Convert text format into multiple casing layouts instantly in your browser.
Characters
0
Words
0
Sentences
0
Paragraphs
0
Conversion Variants
Frequently Asked Questions
What does Title Case do?
Title Case capitalizes the first letter of every word. It is commonly used for headers, book names, and article titles.
What are programming cases (camel, pascal, snake, kebab)?
These are standards used by software developers to format variable names. `camelCase` joins words with capitalized letters starting with a lowercase. `PascalCase` starts with an uppercase. `snake_case` splits words with underscores, and `kebab-case` splits with hyphens.