On Fri, 15 Dec 2000 13:07:31 REBOL Time Zone Donald Dalley <[EMAIL PROTECTED]> wrote: > > What is the REBOL way of removing quotes (") from > strings? this is another way: >> test: {This is a "test} == {This is a "test} >> replace/all test {"} "" == "This is a test" -- Graham Chiu -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
- [REBOL] Remove quote marks & LEFT(), RIGHT() ? Donald Dalley
- [REBOL] Re: Remove quote marks & LEFT(), RIGHT() ? Kevin McKinnon
- [REBOL] Re: Remove quote marks & LEFT(), RIGHT... Donald Dalley
- [REBOL] Re: Remove quote marks & LEFT(), RIGHT() ? Graham Chiu
- [REBOL] Re: Remove quote marks & LEFT(), RIGHT... Allen Kamp
- [REBOL] Re: Remove quote marks & LEFT(), R... Donald Dalley
- [REBOL] Re: Remove quote marks & LEFT(... Mat Bettinson
- [REBOL] Re: Remove quote marks & ... Graham Chiu
- [REBOL] Re: Remove quote marks &a... Mat Bettinson