Re: using regexp backreferences - Mailing list pgsql-general

From DeJuan Jackson
Subject Re: using regexp backreferences
Date
Msg-id 40C64977.6090000@speedfc.com
Whole thread Raw
In response to using regexp backreferences  (CSN <cool_screen_name90001@yahoo.com>)
List pgsql-general
No you cannot.

But look at this for a pointer:

select 'hi' || (select substring('hello1234567890' from '[0-9]+$'))
 where 'hello1234567890' ~* '[a-z]+([0-9+])';

CSN wrote:

>Can you use backreferences in regular expressions like
>so?
>
>update table set title='foobar ' || \1 where title ~*
>'[a-z]+([0-9]+)';
>
>
>
>
>
>
>__________________________________
>Do you Yahoo!?
>Friends.  Fun.  Try the all-new Yahoo! Messenger.
>http://messenger.yahoo.com/
>
>---------------------------(end of broadcast)---------------------------
>TIP 9: the planner will ignore your desire to choose an index scan if your
>      joining column's datatypes do not match
>
>


pgsql-general by date:

Previous
From: Richard Poole
Date:
Subject: Re: [SQL] simple addition of constraints problem
Next
From: Duane Lee - EGOVX
Date:
Subject: Help in finding the error