Text Case Converter
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more.
Frequently Asked Questions
What text cases are supported?
UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, dot.case, CONSTANT_CASE, aLtErNaTiNg, and inverse case.
What is camelCase?
camelCase joins words together with no separator, capitalizing the first letter of each word except the first. Example: "helloWorld." It is commonly used in JavaScript variable names.
What is kebab-case?
kebab-case joins words with hyphens and uses all lowercase. Example: "hello-world." It is commonly used in URLs and CSS class names.
