Text Case Converter
Input Text
Statistics
Characters: 24
Words: 4
Available Cases: 10
Selected: 4
Converted Cases
Select Cases to Display:
camelCase
PascalCase
snake_case
kebab-case
UPPER_CASE
lower case
Title Case
dot.case
UPPER CASE
alternating cAsE
camelCase
helloWorldExampleText
PascalCase
HelloWorldExampleText
snake_case
hello_world_example_text
kebab-case
hello-world-example-text
| Case Type | Description | Example |
|---|---|---|
| camelCase | First word lowercase, subsequent words capitalized | helloWorldExample |
| PascalCase | All words capitalized, no spaces | HelloWorldExample |
| snake_case | All lowercase with underscores | hello_world_example |
| kebab-case | All lowercase with hyphens | hello-world-example |
| UPPER_CASE | All uppercase with underscores | HELLO_WORLD_EXAMPLE |
| Title Case | Each word capitalized with spaces | Hello World Example |