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:
parent
5a2f9ec12e
commit
d1e9bba5ef
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue