Next: srfi strings ratio shared, Previous: srfi strings ratio i18n, Up: srfi strings ratio [Index]
This library contains a large number of procedures, but they follow a consistent naming scheme, and are consistent with the conventions developed in SRFI-1. The names are composed of smaller lexemes in a regular way that exposes the structure and relationships between the procedures. This should help the programmer to recall or reconstitute the name of the particular procedure that he needs when writing his own code. In particular:
-ci
are case–insensitive variants.
!
are side–effecting variants.
What values these procedures return is usually not specified.
Direction | Suffix |
---|---|
left-to-right | none |
right-to-left | -right |
both | -both |
This is a general convention that was established in SRFI-1. The value of a convention is proportional to the extent of its use.