Thread: multiple substitution in a single replace call?

multiple substitution in a single replace call?

From
Gerardo Herzig
Date:
Hi all. There is a way to simulate the `pipe' in linux so y can use
replace() for replacing 2 different things?

Or i just have to call replace two times?

Thanks!

Gerardo


Re: multiple substitution in a single replace call?

From
Jasen Betts
Date:
On 2009-08-21, Gerardo Herzig <gherzig@fmed.uba.ar> wrote:
> Hi all. There is a way to simulate the `pipe' in linux so y can use
> replace() for replacing 2 different things?

use regexp_replace instead?