I need :)
P
W dniu niedziela, 1 marca 2015 20:47:15 UTC+1 użytkownik Simon Danisch
napisał:
>
> 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>"
>>
>