http://qs321.pair.com?node_id=49121


in reply to Re: Re: Code Smarter
in thread Code Smarter

Anyone know which of these is the faster expression (intuitively speaking, not looking for a benchmark)? Doesn't the RE have to do a lot of work to get to the end of each string passed, whereas substr simply clips? The only thing to remember is to either test .MP3 as well or do lc() on the substr().

Replies are listed 'Best First'.
Re: Re: Re: Re: Code Smarter
by I0 (Priest) on Jan 01, 2001 at 02:00 UTC
    My Benchmark shows the RE slightly faster.