Re: ~* operator

From: Alvaro Herrera Munoz <alvherre(at)dcc(dot)uchile(dot)cl>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ~* operator
Date: 2003-09-03 15:14:00
Message-ID: 20030903151400.GE2452@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 03, 2003 at 01:28:16PM +0800, Christopher Kings-Lynne wrote:
> Hi guys,
>
> Where can I find a list of all the 'special' characters in the ~* operator?

They are the same for the ~ operator, and should be listed at the reference page
for regular expressions...

http://developer.postgresql.org/docs/postgres/functions-matching.html#FUNCTIONS-POSIX-REGEXP

Note that those are probably a little different from previous releases because
the regex engine has been changed.

--
Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
"I dream about dreams about dreams", sang the nightingale
under the pale moon (Sandman)

In response to

  • ~* operator at 2003-09-03 05:28:16 from Christopher Kings-Lynne

Browse pgsql-hackers by date

  From Date Subject
Next Message Bo Lorentsen 2003-09-03 15:24:11 Re: Using oids
Previous Message Alvaro Herrera Munoz 2003-09-03 15:03:41 Re: Using oids