Case Converter
Converts text to different case styles
Enter text
0 characters, 0 words
Converted Text
Click a field to copy the text.
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Case types explained
- UPPERCASE
- All letters uppercased
- camelCase
- For variable names (JS, Java)
- snake_case
- With underscores (Python, Ruby)
- kebab-case
- With hyphens (CSS, URLs)
Tips
- For URLs: use kebab-case
- For JS variables: camelCase
- For Python: snake_case
- For CSS classes: kebab-case or BEM
Was this tool helpful?