DevOpsNet Logo

Case Converter & Transformer

Convert text between different cases: uppercase, lowercase, title case, and more.

Case Converter & Transformer

Transform text between different case styles for programming, writing, and formatting needs.

Text Input

Characters: 55Words: 10

UPPERCASE

ALL LETTERS IN CAPITAL

Enter text above to see transformation

lowercase

all letters in small case

Enter text above to see transformation

Title Case

First Letter Of Each Word Capitalized

Enter text above to see transformation

Sentence case

First letter of each sentence capitalized

Enter text above to see transformation

camelCase

firstWordLowerRestWordsCapital

Enter text above to see transformation

PascalCase

EachWordStartsWithCapital

Enter text above to see transformation

snake_case

words_separated_by_underscores

Enter text above to see transformation

kebab-case

words-separated-by-hyphens

Enter text above to see transformation

aLtErNaTiNg CaSe

letters alternate between cases

Enter text above to see transformation

iNVERSE cASE

opposite of original case

Enter text above to see transformation

Case Conversion Guide

Programming

  • camelCase: JavaScript variables
  • PascalCase: Class names
  • snake_case: Python variables
  • kebab-case: CSS classes

Writing

  • Title Case: Headlines
  • Sentence case: Normal text
  • UPPERCASE: Emphasis
  • lowercase: Casual text

Special

  • aLtErNaTiNg: Mocking text
  • iNVERSE: Opposite case
  • • All transformations preserve spaces
  • • Non-alphabetic characters unchanged