http://www.perlmonks.org?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().