chickadee
»
s
»
s-blank?
Identifier search
s-blank?
s
procedure
Is
s
the empty string?
(s-blank? "") ;; => #t (s-blank? " ") ;; => #f