mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +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
|
@subsection Miscellaneous
|
||||||
|
|
||||||
@code{string-replace} is for replacing a portion of a string with
|
@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
|
another string and @code{string-tokenize} splits a string into a list
|
||||||
strings, breaking it up at a specified character.
|
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]
|
@deffn {Scheme Procedure} string-replace s1 s2 [start1 end1 start2 end2]
|
||||||
Return the string @var{s1}, but with the characters
|
Return the string @var{s1}, but with the characters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue