What does the Case Converter do?
Case conversion rewrites identifiers between styles used in JavaScript, Python, CSS and constants. Useful when renaming a field across languages.
camelCase, snake_case, kebab-case, PascalCase and more. Nothing is uploaded.
The Case Converter splits words at case humps, spaces, hyphens and underscores and renders five conventions at once — camelCase, PascalCase, snake_case, kebab-case and CONSTANT_CASE — live as you type.
Case conversion rewrites identifiers between styles used in JavaScript, Python, CSS and constants. Useful when renaming a field across languages.
The input is split on spaces, dashes, underscores and camel humps, then rejoined in the target convention. All of that is string processing in this tab.
No. This page never sends your input to a server — formatting, decoding and hashing all run in this tab, on this device.How that works.
Simple conversions treat letters uniformly. HTTPResponse may become http_response, which is usually what you want in snake_case.
No. Only separators and capitalization change.
Paste a phrase or identifier. This is not a source-code refactor tool.
No.
Browse alltext toolsor thefull tool directory.