Using functions in regexp replace captures

Поиск
Список
Период
Сортировка
От Tim Uckun
Тема Using functions in regexp replace captures
Дата
Msg-id CAGuHJrOFcd78vef=zwTZ9yDbFw6exk_Y-phts2drsgZbRwe7Pw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Using functions in regexp replace captures  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
I want to do something like this

SELECT REGEXP_REPLACE('some_string','(.*)
(.*)',some_function_that_returns_string('\2',' \1'));

Is this possible at all?



В списке pgsql-general по дате отправления:

Предыдущее
От: Vijaykumar Jain
Дата:
Сообщение: Re: Unexpected block ID found when reading data
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Using functions in regexp replace captures