regular expressions from hell

From: Brett McCormick <brett(at)work(dot)chicken(dot)org>
To: pgsql-hackers(at)hub(dot)org, pgsql-questions(at)hub(dot)org
Subject: regular expressions from hell
Date: 1998-05-31 07:30:00
Message-ID: 13681.1784.675053.930548@web0.speakeasy.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I've noticed there are no less then 10^10 regex implementations.
Is there a standard? Does ANSI have a regexp standard, or is there
a regex standard in the ANSI SQL spec? What do we use?

Personally, I'm a perl guy, so everytime I have to bend my brain to
some other regex syntax, I get a headache. As part of my perl PL
package, perl regexps will be included as a set of operators.

Is there interest in the release of perl-style regexp operators for
postgres before the PL is completed? Note that this requires the
entire perl library to be loaded when the operator is used (possibly
expensive). But, if you have a shared perl library, this only has to
happen once.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Gould 1998-05-31 08:00:00 Re: [HACKERS] Current sources?
Previous Message Brett McCormick 1998-05-31 07:22:17 custom types and optimization