Case Converter
Convert text between different case styles
lowercase
hello world example textUPPERCASE
HELLO WORLD EXAMPLE TEXTTitle Case
Hello World Example TextSentence case
Hello world example textcamelCase
helloWorldExampleTextPascalCase
HelloWorldExampleTextsnake_case
hello_world_example_textSCREAMING_SNAKE_CASE
HELLO_WORLD_EXAMPLE_TEXTkebab-case
hello-world-example-textCOBOL-CASE
HELLO-WORLD-EXAMPLE-TEXTdot.case
hello.world.example.textpath/case
hello/world/example/textConstant_Case
Hello_World_Example_TextaLtErNaTiNg
hElLo wOrLd eXaMpLe tExTiNVERSE
HELLO WORLD EXAMPLE TEXTCommon Use Cases
camelCase: JavaScript variables, function names
PascalCase: Classes, React components, TypeScript types
snake_case: Python variables, database columns
SCREAMING_SNAKE: Constants, environment variables
kebab-case: CSS classes, URLs, HTML attributes
dot.case: Package names, configuration keys
All conversions happen locally in your browser.