I have a few strings of all uppercase letters. I.E THIS IS MY STRING
I know of both
text-transform: capitalize;
text-transform: lowercase;
But is there a way to take these capitilized letters, keep the first letter a capital and lowercase the rest of the characters of the words (multiple words in string)? So the result would be 'This Is My String'