* Thus wrote Ivo Fokkema ([EMAIL PROTECTED]):
> Well d*mn, why didn't I think of this... It seems to work now! Thanks!
> 
> I'm not such an expert on the Perl compatible regexp's so I rarely use
> them... Yet another reason to start using them though...

Its a good thing to learn perl regular expressions, besides being
more powerful they are usually much faster.  The only reason not to
use them before was because they had to be compiled special in php
in earlier versions.  And sometimes its hard to get hosting company
to recompile a custom php version for you.

Now PREC is compiled by default.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to