Next: , Previous: , Up: Top   [Index]


25 Strings library

The (vicare containers strings) library extends the string operations available in the base library ((vicare-scheme)Strings) and Vicare’s extensions ((vicare-scheme)Additional string functions). While (vicare containers strings) is a high level ainterface, (vicare containers strings low) is a low level interface with the same functionalities.

To avoid identifiers collision: it is suggested to import the libraries in the hierarchy (vicare containers strings ---) with the prefix string., as in:

(import (vicare)
  (prefix (vicare containers strings) string.))

Next: , Previous: , Up: Top   [Index]