Re: Using the REPLACE command to replace all vowels - Mailing list pgsql-general

From Wayne Conrad
Subject Re: Using the REPLACE command to replace all vowels
Date
Msg-id 20060503075631.GB23670@mail.yagni.com
Whole thread Raw
In response to Re: Using the REPLACE command to replace all vowels  ("Magnus Hagander" <mha@sollentuna.net>)
List 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 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Using the REPLACE command to replace all vowels
Next
From: Erik Myllymaki
Date:
Subject: Re: logfiles filling up