Title Case
Capitalize headings and article titles with common English title rules.
This Is an Example of Title Case.
Convert text to uppercase, lowercase, title case, sentence case, camelCase, and more with free browser-based tools. Paste below or browse formatters, encoders, and converters—no signup required.
Processed locally in your browser. Nothing is sent to a server. Keyboard: Ctrl or ⌘ + Enter copies. Escape clears. Dedicated pages: sentence case, title case, capitalized case, alternating case, inverse case, or the full case converters hub.
Start with the case converters hub, JSON formatters, Unicode fonts, or search by name. Every tool runs in this browser.
Case Modify is a free case converter and collection of browser-based text, code, and conversion tools. Paste text on the homepage to switch case instantly, or open a dedicated page when you need one rule applied consistently.
Open a dedicated page for one capitalization rule, or browse the case converters hub for every style in one place.
Capitalize headings and article titles with common English title rules.
This Is an Example of Title Case.
Capitalize the first word of each sentence—standard for body copy and UI strings.
This is an example of sentence case.
Convert text to ALL CAPS for labels, emphasis, or fixing accidental lowercase input.
THIS IS AN EXAMPLE OF UPPER CASE.
Normalize shouting text or prepare slugs and identifiers before another conversion.
this is an example of lower case.
JavaScript-style variable names: first word lowercase, following words capitalized.
helloWorldExample
Python and database-friendly names with underscores between words.
hello_world_example
Standard converters, Unicode stylers, formatters, and image conversions run in this browser after the page loads. You do not create an account to convert a draft.
Capitalized case uppercases the first letter of every word. Title case usually leaves short words such as “and” or “the” lowercase in the middle of a heading. title case · capitalized case
JavaScript variables often use camelCase, React components use PascalCase, Python and SQL columns favor snake_case, and URL slugs typically use kebab-case. camelCase, PascalCase, snake_case · kebab-case