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
        -Brian
-- 
_______________________________________________________
Brian Aker, [EMAIL PROTECTED] 
Slashdot Senior Developer
Seattle, Washington
http://tangent.org/~brian/
Email/Jabber [EMAIL PROTECTED]
_______________________________________________________
You can't grep a dead tree.


---------------------------------------------------------------------
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