stringp
object => generalized-boolean
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
section typep [Function] , string (type)
(stringp object) == (typep object 'string)
Go to the first, previous, next, last section, table of contents.