in reply to Re: regex "o" modifier
in thread regex "o" modifier
Well, technically, yes it would come into play since you regex has a variable in it that needs to be interpolated. Adding the o would insure that it is compiled only once. However, since you are only using the regex once, it doesn't matter that much. However, if you were checking that regex 100,000 times, it would make a big difference.
Cheers
|
|---|