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

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

Re: Elisp: help on string operations


From: Michael Heerdegen
Subject: Re: Elisp: help on string operations
Date: Tue, 08 Nov 2016 23:29:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Karl Voit <devnull@Karl-Voit.at> writes:

> > You could use `with-temp-buffer', insert the string and do your work
> > there.  Alternatively, go with `count-matches' or `split-string'.
>
> Ah, so there are no string operations on strings in "memory" but
> rather (lots of) string operations on strings in buffers. I see.

No no, there are tons of string operations, `split-string' is one of
them.  But if you feel more comfortable with buffer operations, you can
go with temp buffers, unless speed is very crucial.

> Danke!

Aber gerne doch!


Michael.



reply via email to

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