Text

CaseConverter

Convert text between Uppercase, Lowercase, Title Case, Sentence Case, and more instantly.

Input Text
Character Count: 0Word Count: 0

Case Types Explained

UPPERCASE

HELLO WORLD

Headlines, acronyms

lowercase

hello world

URLs, file names

Title Case

Hello World

Titles, headings

Sentence case

Hello world

Sentences, paragraphs

camelCase

helloWorld

JavaScript variables

snake_case

hello_world

Python variables

Programming Conventions

JavaScript/JS

camelCase

getUserData()

Python

snake_case

get_user_data()

CSS

kebab-case

background-color

Classes

PascalCase

UserAccount