How about something like
map(println,["abc","def"]);
abc
def
On Sunday, March 1, 2015 at 1:00:38 PM UTC-8, paul analyst wrote:
>
> 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>"
>>>
>>