Posts tagged ‘.NET’

Regex in .NET

I’ve always been curious about when to use the RegexOptions.Compiled option, and when to use the instance over the static Regex methods. I did a little research and found the results to be quite different than I expected.

To Compile or Not to Compile

Regex Class Caching