Re: Using the REPLACE command to replace all vowels

Поиск
Список
Период
Сортировка
От Wayne Conrad
Тема Re: Using the REPLACE command to replace all vowels
Дата
Msg-id 20060503075631.GB23670@mail.yagni.com
обсуждение исходный текст
Ответ на Re: Using the REPLACE command to replace all vowels  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-general
On Wed, May 03, 2006 at 09:38:47AM +0200, Magnus Hagander wrote:
> SELECT regexp_replace(your_string,'[aeiou]','','g') ...

I'll be darned.  I've been looking for that function.  I expected to
find it in the docs under "String Functions" with the other replace
functions.  I'm surprised to find it under "Pattern Matching."

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Using the REPLACE command to replace all vowels
Следующее
От: Erik Myllymaki
Дата:
Сообщение: Re: logfiles filling up