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

NextPrevUpTopContentsIndex

text-string-p

simple-text-string-p

Functions
Summary

The predicates for text strings.

Package

lispworks

Signature

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 - 20 Sep 2017

NextPrevUpTopContentsIndex