VS2008 allows you to use regular expressions in the find/replace dialogs.
I've run into a couple of moments where I've needed to copy the case of a specific character and impose it on the replace string.
For example I have a block of code that has Monday and monday scattered throughout. I want to change each Monday to a Friday as well as each monday to a friday.
Is this possible?