Case Converter
Convert to any case format
— Convert to any case format
Convert to:
Input
Output
Output will appear here
0 words·0 chars·0 lines
⌘K
About Case Converter
Converts your text to any case format: UPPER, lower, Title Case, Sentence case, camelCase, snake_case, or kebab-case. Essential for developers and writers alike.
Use cases
- →Convert variable names between naming conventions
- →Fix all-caps text from old documents
- →Prepare headings in Title Case
- →Generate slug-ready kebab-case strings
FAQ
- What is camelCase?
- camelCase starts with a lowercase letter and capitalises the first letter of each subsequent word — e.g. myVariableName.
- What is snake_case?
- snake_case uses underscores between words, all lowercase — e.g. my_variable_name.