string-trim[procedure] string-trim s [char/char-set/pred start end]
SRFI-13
See also string-trim-right, string-trim-both.
[procedure] string-trim s trimchars
Chicken: trimchars should be a string, and must be present.
This actually trims character from both side.
See also string-right-trim, string-left-trim
|