String Case Converter
Convert sentences and phrases to various cases. There is also a word count, character count, and a function that copies the entire text.
Word Count:
Character Count:
-
Sentence Case: Makes everything lowercase except the first character and "I".
-
Title Case: Capitalize the first character of each word except common stop words like 'and', 'at' etc
-
Capital Case: Capitalize the first character of each word.
-
Lower Case: Lower Case everything inside the string.
-
Upper Case: Upper Case everything inside the string.