Re: regexp help - Mailing list pgsql-general

From Said Ramirez
Subject Re: regexp help
Date
Msg-id 4875126D.4020902@vonage.com
Whole thread Raw
In response to regexp help  (Garry Saddington <garry@schoolteachers.co.uk>)
List 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@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>


pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Table X its full, what can i do now?
Next
From: Charles Simard
Date:
Subject: Re: regexp help