All Manuals > LispWorks® User Guide and Reference Manual > 47 The SYSTEM Package

augmented-string-p

simple-augmented-string-p Functions

Summary

Deprecated synonyms for text-string-p and simple-text-string-p.

Package

system

Signatures

augmented-string-p object => result

simple-augmented-string-p object => result

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

The functions augmented-string-p and simple-augmented-string-p are deprecated synonyms for text-string-p and simple-text-string-p, testing the type of object.

See also

text-string-p
simple-text-string-p


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02