Text Tool
Case Converter
Convert text between common naming conventions.
Case Converter
Convert text between common naming cases.
Overview
Use one input and quickly switch between casing styles used across APIs, code, and naming conventions.
Examples
Camel case conversion
Input
my sample stringOutput
mySampleStringSnake case conversion
Input
my sample stringOutput
my_sample_stringUse cases
- Normalize naming between backend and frontend.
- Convert keys for generated code snippets.
- Clean labels for scripts and config.
FAQ
Which cases are supported?
lower, upper, camel, pascal, snake, and kebab.
Does it handle mixed input?
Yes. It splits words from common separators and camel case.
Are numbers preserved?
Yes. Numbers are preserved in output.
Does this mutate input?
No. Input remains unchanged.