Re: regexp_replace

Поиск
Список
Период
Сортировка
От Andy Colson
Тема Re: regexp_replace
Дата
Msg-id 569804A2.2030809@squeakycode.net
обсуждение исходный текст
Ответ на Re: regexp_replace  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: regexp_replace  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Andy Colson
Дата:
Сообщение: Re: regexp_replace
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: regexp_replace