[REBOL] AW: Search for " in Strings Re:
From: moeller_thorsten:gmx at: 16-Aug-2000 15:11
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
-----Ursprüngliche Nachricht-----
Von: [bhandley--zip--com--au] [mailto:[bhandley--zip--com--au]]
Gesendet: Mittwoch, 16. August 2000 14:24
An: [list--rebol--com]
Betreff: [REBOL] Search for " in Strings Re:
The following is a literal string that contains two double quotes
>> print {He said "hi".}
He said "hi".
HTH
Brett.