Case Converter

Convert text between different case formats

Input Text

Converted Text

Choose Case Type

UPPERCASE

convert all letters to uppercase

lowercase

convert all letters to lowercase

Title Case

capitalize first letter of each word

Sentence case

capitalize first letter of each sentence

Examples

Input: "hello world example"

UPPERCASE: "HELLO WORLD EXAMPLE"
lowercase: "hello world example"
Title Case: "Hello World Example"
Sentence case: "Hello world example"

Input: "this is a test. another sentence!"

UPPERCASE: "THIS IS A TEST. ANOTHER SENTENCE!"
lowercase: "this is a test. another sentence!"
Title Case: "This Is A Test. Another Sentence!"
Sentence case: "This is a test. Another sentence!"