/[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.6 by ttn, Tue Jan 8 08:29:00 2002 UTC revision 1.7 by mvo, Fri Apr 26 18:42:39 2002 UTC
# Line 1721  Return the string @var{s1}, but with the Line 1721  Return the string @var{s1}, but with the
1721  @var{start2} @dots{} @var{end2} from @var{s2}.  @var{start2} @dots{} @var{end2} from @var{s2}.
1722  @end deffn  @end deffn
1723    
1724  @deffn {Scheme Procedure} string-tokenize s [token_char start end]  @deffn {Scheme Procedure} string-tokenize s [token-set start end]
1725  Split the string @var{s} into a list of substrings, where each  Split the string @var{s} into a list of substrings, where each
1726  substring is a maximal non-empty contiguous sequence of  substring is a maximal non-empty contiguous sequence of characters
1727  characters equal to the character @var{token_char}, or  from the character set @var{token_set}, which defaults to an
1728  whitespace, if @var{token_char} is not given.  If  equivalent of @code{char-set:graphic}.  If @var{start} or @var{end}
1729  @var{token_char} is a character set, it is used for finding the  indices are provided, they restrict @code{string-tokenize} to
1730  token borders.  operating on the indicated substring of @var{s}.
1731  @end deffn  @end deffn
1732    
1733    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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