emacs-devel
[Top][All Lists]
Advanced

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

Re: string-strip


From: Johan Bockgård
Subject: Re: string-strip
Date: Wed, 21 Jun 2006 00:42:55 +0200
User-agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux)

address@hidden (Kim F. Storm) writes:

> So don't use string-strip there if you want to preserve those chars.
> Or ....

Or how about if it worked like `split-string'?

      (split-string STRING &optional SEPARATORS [...]

      If SEPARATORS is non-nil, it should be a regular expression
      matching text which separates, but is not part of, the
      substrings. If nil it defaults to
      `split-string-default-separators', normally "[ \f\t\n\r\v]+"

-- 
Johan Bockgård





reply via email to

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