The predicates for text strings.
lispworks
text-string-p object => result
simple-text-string-p object => result
| object⇩ |
A Lisp object. |
| result⇩ |
A boolean. |
The functions text-string-p and simple-text-string-p are the predicates for text strings and simple text strings respectively.
result is t if object is a text-string (or simple-text-string), and nil otherwise.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41