What is this tool?
A tool to convert text between different naming conventions at once. It simultaneously converts input text into 9 formats including camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case, dot.case, and Title Case. Words are automatically split by detecting spaces, hyphens, underscores, dots, and camelCase boundaries.
How to use
- Enter text in the input field (e.g. helloWorld, hello_world, hello-world)
- The text is automatically converted to 9 different cases in real time
- Use the copy button next to each result to copy to clipboard
Examples
- Convert JavaScript variable names (camelCase) to Python snake_case
- Convert CSS class names (kebab-case) to React component names (PascalCase)
- Convert to CONSTANT_CASE for environment variables