in reply to Re: Re: Regex - unordered lookaround syntax
in thread Regex - unordered lookaround syntax

I think the assertion came from Jeff Friedl in this case (Mastering Regular Expressions, 1st ed, not sure about second). He says that the i modifier can be up to 20 times slower than a case specific match, if memory serves. I believe this was during Perl 5.4 though and right before a major regex overhaul. Nice to know it's no longer true.
  • Comment on Re: Re: Re: Regex - unordered lookaround syntax