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
Список 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 по дате отправления: