Mercurial > hg > xemacs-beta
comparison man/lispref/strings.texi @ 1495:c3cf7db99b98
[xemacs-hg @ 2003-05-22 07:41:20 by stephent]
oldies faq <87iss3tpac.fsf@tleepslib.sk.tsukuba.ac.jp>
split-string tweaks n dox <87n0hftpht.fsf@tleepslib.sk.tsukuba.ac.jp>
missed commit of broken-sun.h <87r878ihhf.fsf@tleepslib.sk.tsukuba.ac.jp>
already loaded message <87el2rtovc.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 22 May 2003 07:41:27 +0000 |
parents | 576fb035e263 |
children | d9eb5ea14f65 |
comparison
equal
deleted
inserted
replaced
1494:210683f31426 | 1495:c3cf7db99b98 |
---|---|
285 For information about other concatenation functions, see the description | 285 For information about other concatenation functions, see the description |
286 of @code{mapconcat} in @ref{Mapping Functions}, @code{vconcat} in | 286 of @code{mapconcat} in @ref{Mapping Functions}, @code{vconcat} in |
287 @ref{Vectors}, @code{bvconcat} in @ref{Bit Vectors}, and @code{append} | 287 @ref{Vectors}, @code{bvconcat} in @ref{Bit Vectors}, and @code{append} |
288 in @ref{Building Lists}. | 288 in @ref{Building Lists}. |
289 @end defun | 289 @end defun |
290 | |
291 The function @code{split-string}, in @ref{Regexp Search}, generates a | |
292 list of strings by splitting a string on occurances of a regular | |
293 expression. | |
290 | 294 |
291 @node Predicates for Characters | 295 @node Predicates for Characters |
292 @section The Predicates for Characters | 296 @section The Predicates for Characters |
293 | 297 |
294 @defun characterp object | 298 @defun characterp object |