Case Converter
Convert text between lowercase, UPPERCASE, Title Case, camelCase, snake_case, kebab-case and more.
Case Converter
How to Use
- Paste or type your text into the input box.
- Click any case button to convert instantly.
- Click Copy to copy the result to your clipboard.
Frequently Asked Questions
QWhat is camelCase?
camelCase starts with a lowercase letter and capitalises the first letter of each subsequent word, with no spaces. Example: "hello world" → "helloWorld".
QWhat is PascalCase?
PascalCase (UpperCamelCase) capitalises the first letter of every word. Example: "hello world" → "HelloWorld".
QWhat is snake_case?
snake_case uses underscores between words and is all lowercase — common in Python variable names. Example: "hello world" → "hello_world".
About This Tool
Case conversion happens entirely in your browser. camelCase and PascalCase split on spaces, hyphens, and underscores. snake_case and kebab-case strip special characters.