[REBOL] AW: Search for " in Strings Re:(2)
From: sqlab:gmx at: 16-Aug-2000 15:53
> Hi Brett,
>
> that was not was i was searching for. Perhaps i should be more detailed.
>
> i got a file with lines like this:
>
> 2;"615165151";"L";20.15;9999456
>
> what i need is a way to get rid of the quotes including informations.
> the
> result should look like this
>
> 2;615165151;L;20.15;9999456
>
> Hope you can help.
>
> Thorsten
>
Try
replace/all file-content {"} {}
or
replace/all file-content "^"" ""
There are a few other methods like to-char 34 a.s.o
--
Sent through GMX FreeMail - http://www.gmx.net