Re: [xsl] anyone has template to do preg_replace - like replacement?

Subject: Re: [xsl] anyone has template to do preg_replace - like replacement?
From: Dmitri Snytkine <d.snytkine@xxxxxxxxx>
Date: Tue, 12 May 2009 13:32:31 -0400
Cool. Thank you.

On Tue, May 12, 2009 at 1:30 PM, Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> Dmitri Snytkine wrote:
>>
>> Does anyone have a template that would replace the underscore char with a
>> space?
>>
>> I need to convert strings like 'hello_world' to 'hello world'
>> and position of underscore is not the same.
>
>  translate('hello_world', '_', ' ')
>
> --
>
>        Martin Honnen
>        http://msmvps.com/blogs/martin_honnen/

Current Thread