I have a lot of string manipulation to do, and would like to use Stringbuilder to keep the memory footprint down, but I also want to use Regular Expressions - it does not appear to me that this is possible - am I missing something, or do I have to do a .tostring in order to user regex?