1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

Corrected description of string-tokenize.

This commit is contained in:
Marius Vollmer 2004-09-07 14:30:55 +00:00
parent 5a2f9ec12e
commit d1e9bba5ef

View file

@ -1752,8 +1752,9 @@ cannot copy a string on top of itself.
@subsection Miscellaneous
@code{string-replace} is for replacing a portion of a string with
another string and @code{string-tokenize} splits a string into a list of
strings, breaking it up at a specified character.
another string and @code{string-tokenize} splits a string into a list
of strings, breaking it up on characters not belonging to a specified
character set.
@deffn {Scheme Procedure} string-replace s1 s2 [start1 end1 start2 end2]
Return the string @var{s1}, but with the characters