Re: regexp match in plpgsql

From: Andrej <andrej(dot)groups(at)gmail(dot)com>
To: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: regexp match in plpgsql
Date: 2011-02-23 00:05:36
Message-ID: AANLkTi==6KbcfC80M_V9wNxZ-mXM7bK5TAEHLw-kwtsi@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 23 February 2011 11:55, Gauthier, Dave <dave(dot)gauthier(at)intel(dot)com> wrote:

> I would expect to see...
>
> "ShouldBeOK99 is a match"
>
> "Should_Fail_match77 is not a match"
Why would you expect that? Both strings match at least one
character from the character class?

Cheers,
Andrej

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2011-02-23 00:26:18 Re: regexp match in plpgsql
Previous Message Kevin Grittner 2011-02-22 23:29:26 Re: How to extract a value from a record using attnum or attname?