DigitalToolVault
TEXT_ENGINE_V1
Text Case Converter

Text Case Converter – Convert Text to Any Case Instantly

Instantly convert text to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case and more. Paste your text and transform it in one click — free, no signup required.

Text Case Types Explained

Case TypeExampleCommon Use
UPPERCASEHELLO WORLDHeadings, emphasis, acronyms
lowercasehello worldURLs, CSS class names, informal text
Title CaseHello WorldBook titles, headings, names
Sentence caseHello worldNormal writing, social media posts
camelCasehelloWorldJavaScript variables, JSON keys
PascalCaseHelloWorldClass names in Python, Java, C#
snake_casehello_worldPython variables, database column names
kebab-casehello-worldHTML/CSS class names, URL slugs

When to Use Each Case

In Programming

In Writing

💡 Title Case rules: Capitalise the first and last words always. Capitalise nouns, verbs, adjectives, adverbs. Don't capitalise articles (a, an, the), prepositions (of, in, on) or conjunctions (and, but, or) unless they are the first or last word.

Frequently Asked Questions

How do I convert a long document to Title Case?Paste the entire document into this converter and select Title Case. The converter handles punctuation correctly — it capitalises the first word after a full stop and does not capitalise articles mid-sentence.
What is the difference between camelCase and PascalCase?camelCase starts with a lowercase letter (firstName). PascalCase starts with an uppercase letter (FirstName). Both use uppercase letters at the start of each subsequent word. PascalCase is also called UpperCamelCase.
Can I convert code variable names using this tool?Yes — paste your variable names and convert between snake_case (Python style), camelCase (JavaScript style) and PascalCase (Java/C# class names).
Is there a character limit?No — convert documents of any length instantly.