Innotive
String Case Converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, and sentence case in one click.
How it works
Paste a phrase or identifier and pick a target case. Handy for renaming variables, API fields, or file names. Pure string transforms in the browser—no network calls.
Results
- camelCase
helloWorldExample - PascalCase
HelloWorldExample - snake_case
hello_world_example - kebab-case
hello-world-example - CONSTANT_CASE
HELLO_WORLD_EXAMPLE - Sentence case
Hello world example