Case Converter
Convert text between UPPERCASE, lowercase, camelCase, and more.
How to use
Enter your input in the text area provided and adjust any settings if available.
- Enter your input in the text area provided.
- Adjust any settings or options if available.
- The results will be generated automatically or upon clicking the action button.
- Copy the result to your clipboard using the copy button.
Advertisement
AdSense Placeholder
About Case Converter
Case Converter switches text between six casing styles: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, and snake_case. Pick a style and the text updates immediately, ready to copy.
Common Use Cases
- Converting a variable or field name to camelCase or snake_case to match a coding convention.
- Fixing text that was accidentally typed in all caps or all lowercase.
- Formatting a heading into Title Case for a document or webpage.
Tips
Only camelCase and snake_case are available for programming-style casing — kebab-case (hyphen-separated) isn't currently supported, so if that's what you need, snake_case output can be adjusted afterward by swapping underscores for hyphens.