in reply to Re: Can this code be optimized further?
in thread Can this code be optimized further?

This works w/o pcre's

I assume that by "pcre" you mean Perl Compatible Regular Expressions. Now -- putting aside all questions of how compatible those regexes really are -- I'd like to mention that when we're using Perl, we don't have to call them "Perl Compatible". We just call them "Regular Expressions". ;-P

  • Comment on Re^2: Can this code be optimized further?

Replies are listed 'Best First'.
Re^3: Can this code be optimized further?
by phaylon (Curate) on Feb 10, 2005 at 18:34 UTC
    Yep, but I often talk to people not involved, so it's just a habit. Besides, I find it more aesthetic than "re's" or "RegExp's" or something :)