/[guile]/guile/guile-core/doc/ref/srfi-modules.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/srfi-modules.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by kryde, Thu May 22 01:35:46 2003 UTC revision 1.15 by kryde, Fri May 23 21:35:30 2003 UTC
# Line 1799  cannot copy a string on top of itself. Line 1799  cannot copy a string on top of itself.
1799  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 of
1800  strings, breaking it up at a specified character.  strings, breaking it up at a specified character.
1801    
1802  @deffn {Scheme Procedure} string-replace s1 s2 [start1 end1 start2 end2]  @deffn {Scheme Procedure} string-replace s1 s2 start1 end1 [start2 end2]
1803  Return the string @var{s1}, but with the characters  Return the string @var{s1}, but with the characters
1804  @var{start1} @dots{} @var{end1} replaced by the characters  @var{start1} @dots{} @var{end1} replaced by the characters
1805  @var{start2} @dots{} @var{end2} from @var{s2}.  @var{start2} @dots{} @var{end2} from @var{s2}.

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26