Convert uppercase <--> lowercase

String after conversion

Case conversion

Converts the case of input text.

In addition to the English alphabet, French also converts accented characters such as "é" and "à".

Uppercase → Lowercase

Converts all uppercase and lowercase characters in the input text to uppercase.

Lowercase → Uppercase

Converts all uppercase and lowercase characters in the input text to lowercase.

Capitalize only the first word

Converts all initial letters of words in the input text to upper case. Non-initial letters are converted to lower case.