Text ToolsInstant
Case Converter
Convert text to uppercase, lowercase, title case, camelCase, snake_case, kebab-case and more.
Examples
See what this tool can do.
Make a variable name
Convert 'user profile id' to camelCase (userProfileId) for code.
Tidy a heading
Turn an all-caps line into clean Title Case.
Tips & tricks
Get the most out of it.
- 1snake_case and kebab-case are handy for file names and URLs.
- 2camelCase and PascalCase suit code identifiers.
- 3Convert as many times as you like — your source text stays put.
Advertisement
About Case Converter
What this tool does
Case Converter transforms text between UPPERCASE, lowercase, Title Case, camelCase, snake_case and kebab-case.
How to use it
- Paste your text.
- Pick the case you want.
- Copy the converted text.
How it works
The tool splits your text into words and recombines them in the chosen style, handling separators and capitalisation for each case type.
Privacy
This tool runs entirely in your browser. Nothing you enter is uploaded to a server.
Related tools
Frequently asked questions
camelCase starts lowercase (myValue), PascalCase capitalises each word (MyValue), snake_case uses underscores, kebab-case uses hyphens.
