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.
You have been .NETified!
Posts tagged ‘Regex’
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.