How to use
Use it to create code-friendly names (classes, types, components) from any text.
- Paste or type text into the input box (you can use multiple lines).
- Choose options (preserve acronyms, remove diacritics).
- Click Convert.
- Copy the output with Copy.
FAQ
What is PascalCase?
PascalCase joins words with no separators and capitalizes each word (e.g., MyClassName).
Does it convert snake_case and kebab-case?
Yes—underscores, hyphens, spaces, and most punctuation are treated as word separators.
Can it handle existing camelCase input?
Yes—it detects common lower-to-upper boundaries and converts the whole line into PascalCase.
How are acronyms like API or HTTP handled?
Enable “Preserve ALL-CAPS acronyms” to keep tokens like API as-is (e.g., MyAPIClient).
Will it remove accents (diacritics)?
Yes—enable the diacritics option to convert café → cafe before casing.
Can I convert multiple lines at once?
Yes—each input line is converted independently and returned as the same number of output lines.
Is my text uploaded anywhere?
No—conversion runs locally in your browser and the tool does not make network requests.