emacs-devel
[Top][All Lists]
Advanced

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

Re: concat with separators ?


From: Kaushal Modi
Subject: Re: concat with separators ?
Date: Wed, 24 May 2017 14:21:26 +0000

On Wed, May 24, 2017 at 10:19 AM Jean-Christophe Helary <address@hidden> wrote:
I just realized today that concat did not come with optional separators (unlike mapconcat). Is there a reason for that ?

I just using mapconcat when I feel that need:

Example:

(mapconcat #'identity '("a" "b" "c") "|")  => "a|b|c"
--

Kaushal Modi


reply via email to

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