<[EMAIL PROTECTED]> wrote:
>
> Hi, whats the right way to precompile a regular expression
> that gets used multiple times without changing.
>
> I don't think I can use /o, because the specific line of code
> which performs the pattern match is used to check various
> patterns against various values
Hi, whats the right way to precompile a regular expression that gets used multiple
times without changing.
I don't think I can use /o, because the specific line of code which performs the
pattern match is used to check various patterns against various values at various
times. None the less,