Michael Weinhardt wrote:
>
> The Compiled RegexOption causes a regular expression to be compiled to IL,
> then JITed, with the resulting code remaining in memory for the
> lifetime of
> the AppDomain.
When I first heard this, I thought 'potential denial of service attack'. A
naive ASP.Net develo
Shawn,
It's been a while since your original post, but I'll have a stab, and maybe
ask a question
>2) Do I actually have to specify the 'RegexOptions.Compiled' flag, or is
>that implied by the fact that I'm calling CompileToAssebly()? Or is it
>simply irrelevent in this context?
Compiling to