Re: regexp help

From: Said Ramirez <sramirez(at)vonage(dot)com>
To: Garry Saddington <garry(at)schoolteachers(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: regexp help
Date: 2008-07-09 19:33:01
Message-ID: 4875126D.4020902@vonage.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You can probably use [^0-9]
-Said

Garry Saddington wrote:
> I have the following simple regular expression:
>
> "SELECT substring(addressline1 from '(^[0-9]+)') from addresses"
>
> How could I find non-matches of this same pattern?
> regards
> Garry
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

  • regexp help at 2008-07-09 19:30:48 from Garry Saddington

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-07-09 19:35:53 Re: Table X its full, what can i do now?
Previous Message Garry Saddington 2008-07-09 19:30:48 regexp help