Hi, may I know if there is an easy way to convert a string into lowercase except for certain parts.
Input: I HaVe A CaT caLLed "SaLly" AnD DoG called "BeLLY"
Output: i have a cat called "SaLly" and dog called "BeLLY"
I do not want the stuff inside the quotes to be converted to lowercase but the rest needs to be. Thanks a lot.