Case Converter
Convert text between common naming conventions.
AdSense
Top banner
Input
AdSense
Mobile inline (between input and results)
| Case | Value | |
|---|---|---|
| camelCase | helloWorldExampleString | |
| PascalCase | HelloWorldExampleString | |
| snake_case | hello_world_example_string | |
| SCREAMING_SNAKE | HELLO_WORLD_EXAMPLE_STRING | |
| kebab-case | hello-world-example-string | |
| Title Case | Hello World Example String |