I want to loop thru a file and lower case everything EXCEPT for test within double quotes...I just want to leave that text alone. Is there a simple way to do this? I can easily write something that will work, but it feels more like a brute force method than what I want. For example, I could go line-by-line, character by character, and check "is this character within quotes?". If not, lower case it. Is there a better way of doing it?
Thanks in advance!
Thanks in advance!