LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

precompile-regexp

Function
Summary

Precompiles a regular expression object.

Package

lispworks

Signature

precompile-regexp string => pattern

Arguments

string

A string.

Values

pattern

A precompiled regular expression object.

Description

The function precompile-regexp returns a precompiled regulat expression object suitable for passing as pattern to find-regexp-in-string.

See also

find-regexp-in-string


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex