Text Case Converter

Convert your text to any case format with one click: UPPER, lower, Title, camelCase and more.

Hasil instan Berjalan di browser

Conversion Examples

ModeExample
UPPER CASEHELLO WORLD
lower casehello world
Title CaseHello World
Sentence caseHello world
aLtErNaTiNghElLo WoRlD
camelCasehelloWorld
PascalCaseHelloWorld
snake_casehello_world

camelCase and snake_case are common in software development.

Cara menggunakan?

  1. 1
    Enter your textPaste or type the text you want to convert.
  2. 2
    Choose a modeClick on the desired conversion button.
  3. 3
    Copy the resultCopy the output to your clipboard.

Pertanyaan umum

What is the difference between Title Case and Sentence case?
Title Case capitalises the first letter of every word (Hello World). Sentence case only capitalises the first letter of the sentence (Hello world).
Where is camelCase used?
camelCase (helloWorld) is commonly used for variable and function names in JavaScript and Java.
What is snake_case?
snake_case joins words with underscores (hello_world). It is frequently used in Python and database column names.

What is a Text Case Converter?

A text case converter is a free online tool that instantly transforms your input text into different case formats. It supports UPPER CASE, lower case, Title Case, Sentence case, camelCase, PascalCase and snake_case.

When to Use Each Case?

Use Title Case for headlines and book titles, camelCase/PascalCase for programming identifiers, snake_case for database columns and Python variables, and Sentence case for normal writing.

Komentar