Text Converter


Reverse Case

Reverses all characters in your text.
Example: Hello World → dlroW olleH

Sentence Case

Capitalizes the first letter of each sentence. Useful for making grammatically correct sentence structure.
Example: this is a test. it works! → This is a test. It works!

Lower Case

Converts all letters in the text to lowercase.
Example: Hello WORLD → hello world

Upper Case

Converts all letters in the text to uppercase.
Example: Hello world → HELLO WORLD

Capitalized Case

Capitalizes the first letter of every word.
Example: this is a test → This Is A Test

Download

Downloads the text as a .txt file named using the current date and your site name. Only works if the textarea is not empty.

Clear

Clears the entire text from the box. Will show a message if the box is already empty.

Copy

Copies the current text to your clipboard so you can paste it elsewhere. Will show a message if the box is empty.