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
Word Counter
Count words, sentences, paragraphs, and estimate reading time instantly.
Open tool ๐คCharacter Counter
Count characters with and without spaces, track limits for social media posts.
Open tool ๐Text Reverser
Reverse text, words, or sentences instantly. Great for puzzles and encoding.
Open tool ๐งนRemove Duplicate Lines
Clean up lists by removing repeated lines while preserving order.
Open tool