|
Posted by no.mail.pls on 10/19/95 11:42
"Geoff Muldoon" <geoff.muldoon@trap.gmail.com> wrote in message
news:MPG.1e84fdac3d438291989795@news.readfreenews.net...
> In article <441a4f1f$0$15788$14726298@news.sunsite.dk>, no.mail@st.peters
> says...
>> Hi,
>>
>> How can i replace a backslash character in a string?
>>
>> The following does not work:
>> $wd = strtr($wd, "\", " ");
>>
>> TIA
>>
>
> IIRC
> $wd = strtr($wd, "\\", " ");
>
> GM
Many thanks for the reply.
cheers
[Back to original message]
|