help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with mapconcat


From: Thamer Mahmoud
Subject: Re: problem with mapconcat
Date: Wed, 03 Mar 2010 18:41:00 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Thamer Mahmoud <thamer.mahmoud@gmail.com> writes:
> Another alternative:
>
> (mapconcat 'string (string-to-list "abc") "/")
>
> => "a/b/c"

After sending the above, I realized that this would work too:

(mapconcat 'string "abc" "/")






reply via email to

[Prev in Thread] Current Thread [Next in Thread]