Convert text between camelCase, snake_case, kebab-case, Title Case and more — all in your browser.
myVariableName, common in JavaScript and Java.MyVariableName, used for classes and types.my_variable_name, common in Python and databases.MY_VARIABLE_NAME, for constants and env vars.my-variable-name, used in URLs, CSS and file names.The converter detects word boundaries from spaces, hyphens, underscores and existing camelCase humps, so getUserID, get_user_id and get user id all convert cleanly between styles.
Yes. Everything runs in your browser tab — nothing is uploaded, logged or stored. The tool works offline once the page has loaded.