How does it work?
This tool converts text between different case formats. Select the target case format from the dropdown menu and click "Convert" to transform your text.
Available case formats:
- camelCase: Words joined together, first word lowercase, subsequent words capitalized
- kebab-lowercase: Words in lowercase separated by hyphens
- KEBAB-UPPERCASE: Words in uppercase separated by hyphens
- snake_case: Words in lowercase separated by underscores
- SCREAMING_SNAKE_CASE: Words in uppercase separated by underscores
- dot.case: Words in lowercase separated by dots
- words lowercase: Words in lowercase separated by spaces
- First word capitalized: First word capitalized, rest lowercase
- Words Capitalized: All words capitalized
- PascalCase: Words joined together, all words capitalized
- Capitalized_Snake_Case: Words capitalized separated by underscores
- SPRING_BOOT_ENV: Uppercase with underscores (Spring Boot environment variable format)
- Invert case: Inverts the case of each character
Examples of case conversion
Original text
helloWorld
hello-world
HELLO-WORLD
hello_world
HELLO_WORLD
hello.world
hello world
Hello world
Hello World
HelloWorldConverted to camelCase
helloWorld
helloWorld
hELLOWORLD
helloWorld
hELLOWORLD
helloWorld
helloWorld
helloWorld
helloWorld
helloWorldConverted to PascalCase
HelloWorld
HelloWorld
HELLOWORLD
HelloWorld
HELLOWORLD
HelloWorld
HelloWorld
HelloWorld
HelloWorld
HelloWorldOther tools
See other tools