How can I run lots of RegExes (to find matches) in big strings without causing LOH fragmentation?
It\'s .NET Framework 4.0 so I\'m using StringBuilder so it
StringBuilder
You can do your job in an AppDomain that is unloaded at some points in time?