DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) SRFI-13

Info Catalog (guile.info.gz) SRFI-11 (guile.info.gz) SRFI Support (guile.info.gz) SRFI-14
 
 39.11 SRFI-13 - String Library
 ==============================
 
 In this section, we will describe all procedures defined in SRFI-13
 (string library) and implemented by the module `(srfi srfi-13)'.
 
    Note that only the procedures from SRFI-13 are documented here which
 are not already contained in Guile.  For procedures not documented here
 please refer to the relevant chapters in the Guile Reference Manual, for
 example the documentation of strings and string procedures (
 Strings).
 
    All of the procedures defined in SRFI-13, which are not already
 included in the Guile core library, are implemented in the module
 `(srfi srfi-13)'.  The procedures which are both in Guile and in
 SRFI-13 are slightly extended in this module.  Their bindings overwrite
 those in the Guile core.
 
    The procedures which are defined in the section _Low-level
 procedures_ of SRFI-13 for parsing optional string indices, substring
 specification checking and Knuth-Morris-Pratt-Searching are not
 implemented.
 
    The procedures `string-contains' and `string-contains-ci' are not
 implemented very efficiently at the moment.  This will be changed as
 soon as possible.
 

Menu

 
* Loading SRFI-13             How to load SRFI-13 support.
* SRFI-13 Predicates          String predicates.
* SRFI-13 Constructors        String constructing procedures.
* SRFI-13 List/String Conversion  Conversion from/to lists.
* SRFI-13 Selection           Selection portions of strings.
* SRFI-13 Modification        Modify strings in-place.
* SRFI-13 Comparison          Compare strings.
* SRFI-13 Prefixes/Suffixes   Detect common pre-/suffixes.
* SRFI-13 Searching           Searching for substrings.
* SRFI-13 Case Mapping        Mapping to lower-/upper-case.
* SRFI-13 Reverse/Append      Reverse and append strings.
* SRFI-13 Fold/Unfold/Map     Construct/deconstruct strings.
* SRFI-13 Replicate/Rotate    Replicate and rotate portions of strings.
* SRFI-13 Miscellaneous       Left-over string procedures.
* SRFI-13 Filtering/Deleting  Filter and delete characters from strings.
 
Info Catalog (guile.info.gz) SRFI-11 (guile.info.gz) SRFI Support (guile.info.gz) SRFI-14
automatically generated byinfo2html