If I'm not mistaken, that's how an array of strings gets displayed:
julia>["tets", "test"]
"test"
"test"

So no need for removing them!

Am Sonntag, 1. März 2015 19:51:40 UTC+1 schrieb paul analyst:
>
> Przetłumacz wiadomość na język polski   
> how to remove the quotation marks ?, like below.. 
>
> julia> (split(bytestring(r.body),"\r\n"))
> 180-element Array{SubString{UTF8String},1}
> :
>  "<!DOCTYPE html>"
>
>
>  "<html>"
>
>
>  "<head>"
>

Reply via email to