Re: regexp_replace - Mailing list pgsql-general

From Andy Colson
Subject Re: regexp_replace
Date
Msg-id 569804A2.2030809@squeakycode.net
Whole thread Raw
In response to Re: regexp_replace  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: regexp_replace  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-general
On 1/14/2016 2:06 PM, David G. Johnston wrote:
> select regexp_replace('71.09.6.01.3', '(\d)[.-](?=\d)', '\1\2', 'g');

Thanks David!

-Andy


pgsql-general by date:

Previous
From: Andy Colson
Date:
Subject: Re: regexp_replace
Next
From: "David G. Johnston"
Date:
Subject: Re: regexp_replace