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

precompiled-regexp System Class

Summary

A precompiled regular expression.

Package

lispworks

Superclasses

t

Description

Instances of the system class precompiled-regexp represent a precompiled regular expression. They are produced by the function precompile-regexp, and are used by the functions find-regexp-in-string, regexp-find-symbols, count-regexp-occurrences and editor:regular-expression-search.

See also

precompile-regexp
precompiled-regexp-p
find-regexp-in-string
regexp-find-symbols
count-regexp-occurrences
editor:regular-expression-search


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