Next: , Previous: , Up: iklib strings   [Index]


6.27.3 Comparison functions

Function: string!=? str0 str

The arguments must be strings. Return #t if the arguments are all different: no two arguments are equal; otherwise return #f. When applied to a single argument: return #f.

Function: string-max str0 str
Function: string-min str0 str

Return the maximal or minimal string argument according to string<?.