All Manuals > LispWorks® User Guide and Reference Manual > 38 The LISPWORKS Package

text-string-p

simple-text-string-p Functions

Summary

The predicates for text strings.

Package

lispworks

Signatures

text-string-p object => result

simple-text-string-p object => result

Arguments
object
A Lisp object.
Values
result
A boolean.
Description

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.

See also

text-string
simple-text-string


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41