Next: make-string, Previous: string=; string/=; string<; string>; string<=; string>=; string-equal; +, Up: Strings
object—an object.
generalized-boolean—a generalized boolean.
Returns true if object is of type string
;
otherwise, returns false.
(stringp "aaaaaa") → true (stringp #\a) → false
typep, string (System Class) (type)
(stringp object) ≡ (typep object 'string)