stringp
stringp object → generalized-boolean
object—an object.
generalized-boolean—a generalized boolean.
6.2.2 18Returns true if object is of type string; otherwise, returns false.
(stringp "aaaaaa") → true (stringp #\a) → false
None.
None.
(stringp object) ≡ (typep object 'string)