Text Case Converter
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, and more. 10 case formats supported.
Convert to:
0 chars0 words0 lines
Converted text will appear here…Frequently Asked Questions
What case formats are supported?
UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and dot.case — 10 formats total.
What is camelCase vs PascalCase?
camelCase starts with a lowercase letter (e.g., myVariableName). PascalCase starts with an uppercase letter (e.g., MyVariableName). Both are commonly used in programming.
When should I use snake_case vs kebab-case?
snake_case is common in Python, Ruby, and databases. kebab-case is common in URLs, CSS, and HTML attributes. Both separate words but with different characters.
Does this tool handle special characters?
Yes. The converter intelligently splits text on spaces, hyphens, underscores, and camelCase boundaries to convert between any format accurately.