String Case Converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, and more. All conversion happens in your browser.
Input
0 chars
Output
0 chars
How to Use the String Case Converter
Paste or type your text in the Input field, then select the target case format from the selector above. The conversion happens automatically as you type — no button click needed. Click Copy to copy the result.
Supported Case Formats
- camelCase — Words joined, first word lowercase, subsequent words capitalized (e.g.
myVariableName) - PascalCase — All words capitalized and joined (e.g.
MyVariableName) - snake_case — Words joined with underscores, all lowercase (e.g.
my_variable_name) - SCREAMING_SNAKE — Words joined with underscores, all uppercase (e.g.
MY_VARIABLE_NAME) - kebab-case — Words joined with hyphens, all lowercase (e.g.
my-variable-name) - Title Case — Each word capitalized with spaces (e.g.
My Variable Name) - UPPERCASE — All characters uppercased
- lowercase — All characters lowercased
FAQ
What case formats are supported?
camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE, kebab-case, Title Case, UPPERCASE, and lowercase.
Is my data safe?
Yes. All conversion happens in your browser. No data is sent to any server.