Case Converter
Convert text between camelCase, PascalCase, snake_case, kebab-case, and 7 others.
camelCase
helloWorldExampleString
PascalCase
HelloWorldExampleString
snake_case
hello_world_example_string
kebab-case
hello-world-example-string
CONSTANT_CASE
HELLO_WORLD_EXAMPLE_STRING
Title Case
Hello World Example String
lower case
hello world example string
UPPER CASE
HELLO WORLD EXAMPLE STRING
Sentence case
Hello world example string
dot.case
hello.world.example.string
path/case
hello/world/example/string
About this tool
Splits your input into words (respecting camelCase boundaries, underscores, hyphens, and dots), then rebuilds them in 11 different case styles: camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, lower case, UPPER CASE, Sentence case, dot.case, and path/case. One-click copy for each format.