in reply to Re: Re: Re: regex "o" modifier
in thread regex "o" modifier

Thanks! Now it makes sense.

But it does make me question one other point. If I don't use the /o in the qr!yes|no!o, if I loop over a set of values using the qr'd regex, does it recompile it every time?

There is no emoticon for what I'm feeling now.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: regex "o" modifier
by edoc (Chaplain) on May 07, 2003 at 06:07 UTC
    Nope, it won't recompile every time. That's the benefit of using qr.

    J