Code Case Converter
Convert text to camelCase, snake_case, kebab-case, PascalCase and more — free and in your browser.
Report a problemHow to use
- Type or paste your words, phrase, or identifier into the box.
- Every case style updates instantly as you type — camelCase, snake_case, kebab-case and more.
- Press Copy beside the style you need to put it on your clipboard.
FAQ
Which cases does it convert to?
It builds camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, Title Case, lower case, UPPER CASE and Sentence case all at once, so you can grab whichever your code or document needs.
How does it know where one word ends and the next begins?
It splits on spaces, underscores, hyphens and dots, and also at camelCase boundaries — where a lowercase letter or digit is followed by a capital. So myVariableName, my-variable-name and my_variable_name all become the same set of words.
Is anything uploaded?
No — it runs in your browser. Your text never leaves your device and is never sent to a server, so it works offline and stays completely private.