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

precompiled-regexp-p Function

Summary

Predicate for the system class precompiled-regexp.

Package

lispworks

Signature

precompiled-regexp-p object => boolean

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

The function precompiled-regexp-p returns t if object is of type precompiled-regexp and otherwise it returns nil.

See also

precompile-regexp
precompiled-regexp


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