String Case Converter
// Convert text between camelCase, snake_case, and more
Enter some text above to see case conversions
#About String Case Converter
Free online string case converter. Transform text between camelCase, PascalCase, snake_case, kebab-case, UPPER_CASE, and more. This tool runs entirely in your browser — your data is never sent to a server. Just paste your input, get instant results, and copy with one click. No sign-up or installation required.
#FAQ
What is the difference between camelCase and PascalCase? ▾
In camelCase the first word is lowercase and subsequent words are capitalized (e.g., myVariableName), while PascalCase capitalizes every word including the first (e.g., MyVariableName). camelCase is common for variables and PascalCase for class names.
How do I convert snake_case to camelCase? ▾
Paste your snake_case text into the input field and select camelCase as the output format. The tool splits on underscores and capitalizes each subsequent word automatically.
</> Embed this tool ▾
Copy this code to embed the tool on your website. Adjust the height to fit your layout.
<iframe src="https://www.browserutils.dev/embed/string-case-converter" width="100%" height="500" frameborder="0" title="String Case Converter"></iframe>