From: yannick guillerm
Subject: Replace a character in a string
Date: 
Message-ID: <f9070041.0107050740.56e23277@posting.google.com>
Hi,

  I got a string like "hello-wolrd". Can someone tell me how i can
replace the "-" character in that string by ... let's say "#".

  Thanks for your help.

  Yannick.
From: Raymond Wiker
Subject: Re: Replace a character in a string
Date: 
Message-ID: <86u20rtm4z.fsf@raw.grenland.fast.no>
················@quadratec-software.com (yannick guillerm) writes:

> Hi,
> 
>   I got a string like "hello-wolrd". Can someone tell me how i can
> replace the "-" character in that string by ... let's say "#".
> 
>   Thanks for your help.

(substitute #\# #\- "hello-wolrd")

-- 
Raymond Wiker
·············@fast.no