Re: Putting PCRE in MySQL?

2001-11-29 Thread Jeremy Zawodny
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

Re: Putting PCRE in MySQL?

2001-11-28 Thread Brian Aker
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 *