I know I can find out how many occurances there are in the string with Count and then interate through each chunk using Index, building another copy of the string with these pairs left out... or something like that, anyways. However, before embarking on that boat...
I was wondering if there is a 'better' way to do this, perhaps with Match or something similar? Not having much opportunity to use it yet, I'm not all that familiar with the goofy "0N0X5N..." style pattern matching it needs.
I would love to find a single pass way to say - "find every place a caret exists in this string and remove it and the next character". Any way to do this in one swell foop?
