Case Converter

Convert text between uppercase, lowercase, title case, sentence case, camelCase, and more.

FAQ

Case Converter FAQ

What text cases are supported?

We support UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and tOGGLE cASE โ€” covering both writing and programming needs.

What is the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter (e.g., myVariableName) and is used for variables and functions. PascalCase starts with an uppercase letter (e.g., MyClassName) and is typically used for class names.

What is snake_case used for?

snake_case uses underscores between words and all lowercase letters. It is commonly used in Python, Ruby, database column names, and file naming conventions.

What is kebab-case used for?

kebab-case uses hyphens between words and all lowercase letters. It is commonly used in URLs, CSS class names, HTML attributes, and file names for web projects.

Can I convert large blocks of text?

Yes, there is no limit on text length. The converter works on single words, sentences, paragraphs, or entire documents instantly.

Related tools