string-downcase
-- r7rs
Definition procedure
;
string-downcase
(from vonuvoli
);Procedure variants:
((string-empty) -> (string-empty))
string-empty
;string-empty
;((string-not-empty) -> (string-not-empty))
string-not-empty
;string-not-empty
;scheme:char
-- (scheme char)
;scheme
-- (scheme)
;Please refer to
string-upcase
.