Frequently Asked Questions
What is a text case converter tool?
A text case converter is a free online tool that transforms text between different capitalisation formats with one click — without needing to retype anything. It supports formats like UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, and kebab-case. It's widely used by writers, developers, SEO professionals, and content creators to quickly reformat text for different purposes.
What is Title Case and when should I use it?
Title Case capitalises the first letter of every major word (nouns, verbs, adjectives) while leaving minor words (a, an, the, and, of) in lowercase — for example: The Complete Guide to On-Page SEO. Use Title Case for blog post titles, article headlines, page titles, H1 headings, and book titles. It's the standard format for most English-language content headers.
What is Sentence case?
Sentence case capitalises only the first letter of the first word in each sentence, plus proper nouns — just like a normal sentence. For example: This is a sentence case example. It's the most natural writing style and is appropriate for body text, meta descriptions, email subject lines, and social media posts where excessive capitalisation can look like shouting.
What is camelCase and where is it used?
camelCase writes compound words with no spaces, with each word after the first capitalised — for example: seoKeywordResearch, pageLoadTime. It's primarily used in programming for variable names, function names, and object properties in languages like JavaScript, Java, and Swift. It's rarely used in SEO content but is essential for developers working on web projects.
What is kebab-case and why is it important for SEO?
kebab-case writes words in all lowercase separated by hyphens — for example: seo-keyword-research, on-page-seo-guide. It's the standard format for URL slugs and file names in web development. Google recommends using hyphens as word separators in URLs because it treats them as word separators (unlike underscores), which helps search engines correctly parse and index individual keywords in your URL.
What is snake_case?
snake_case writes words in all lowercase separated by underscores — for example: keyword_density_checker, meta_title_length. It's commonly used in Python variable names, database column names, file names in some systems, and API parameters. Unlike kebab-case, underscores in URLs are treated as word joiners by Google, so snake_case should not be used for URL slugs.
What is the difference between camelCase and PascalCase?
Both formats write compound words with no spaces and capitalise each word, but they differ in the first word: camelCase starts with a lowercase first letter (pageTitle), while PascalCase (also called UpperCamelCase) starts with an uppercase first letter (PageTitle). PascalCase is used for class names in object-oriented programming (JavaScript, C#, PHP), while camelCase is used for variables and functions.
How does text formatting and case affect SEO?
Proper text formatting improves both SEO and readability. Using Title Case for H1 and H2 headings signals structure to search engines and improves user experience. Using kebab-case for URL slugs ensures Google can parse individual keywords in your URL. Consistent formatting also reduces bounce rate by making content easier to scan — a positive user engagement signal that indirectly benefits your search rankings.