I can't let Allen finish with that...;)

You could also do

>> rejoin parse/all {2;"615165151";"L";20.15;9999456} {"}
== "2;615165151;L;20.15;9999456"

Not quite as elegant though.

Brett.

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 11:32 PM
Subject: [REBOL] AW: Search for " in Strings Re:(2)


>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 16, 2000 11:11 PM
> Subject: [REBOL] AW: Search for " in Strings Re:
>
>
> >
> > 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
>
> Or this works too.
>
> >> data: {2;"615165151";"L";20.15;9999456}
> == {2;"615165151";"L";20.15;9999456}
> >> trim/with data {"}
> == "2;615165151;L;20.15;9999456"
>
> Allen K
>
>
>

Reply via email to