I am wondering how to uppercase every other word in a string. For example, i want to change “Here is my dog” to “Here IS my DOG”
Can anyone help me get it started? All i can find is how to capitalize the first letter in each word.
I am wondering how to uppercase every other word in a string. For example,
Share
It’s not the most compact function but this would do the trick.