On Wed, Nov 28, 2001 at 11:41:49PM -0800, Brian Aker wrote:
> On Wed, 2001-11-28 at 22:40, Jeremy Zawodny wrote:
> > Has anyone considered optionally putting PCRE (Phil Hazel's Perl
> > Compatible Regular Expressions -- http://www.pcre.org/) in MySQL so
> > that someone could write:
> > 
> >   SELECT * FROM mytable WHERE myfield PCRE "some_complex_perl_regex";
> 
> select * FROM table WHERE (myperl("expression", row, row,...)=1);
> http://software.tangent.org/download/myperl-0.5.tar.gz

I should have stated that the reason I want PCRE in MySQL is for those
cases when having All Of Perl in MySQL would be a bit of overkill. :-)

I've considered using myperl on one of our servers, my I'd like
something I can put on all the servers.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.41-max: up 84 days, processed 1,818,725,880 queries (250/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to