in reply to Re: Why this code run faster?
in thread Why this code run faster?

/o tells the compiler that the variables mentioned in the regex won't change while the program is running, so it only needs to be compiled once. If your regex contains no variables, then /o doesn't do anything.


We're not surrounded, we're in a target-rich environment!