This is the re Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:33:20 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
Files are sorted by type and then listed depth-first from the systems components trees.
re/re.lisp
re
(system).
re
.
compile-re
(function).
find-re
(function).
make-load-form
(method).
match-groups
(reader method).
match-pos-end
(reader method).
match-pos-start
(reader method).
match-re
(function).
match-string
(reader method).
print-object
(method).
print-object
(method).
replace-re
(function).
split-re
(function).
with-re
(macro).
with-re-match
(macro).
copy-re-thread
(function).
escape
(function).
hex-char-p
(function).
is-not
(function).
make-re-thread
(function).
match
(function).
newline-p
(function).
parse-re
(function).
punctuation-p
(function).
re
(class).
re-boundary
(function).
re-bounds
(function).
re-char
(function).
re-expr
(function).
re-expression
(reader method).
re-group
(function).
re-match
(class).
re-parser
(function).
re-pattern
(reader method).
re-set
(function).
re-set-char
(function).
re-set-chars
(function).
re-thread
(structure).
re-thread-groups
(reader).
(setf re-thread-groups)
(writer).
re-thread-p
(function).
re-thread-pc
(reader).
(setf re-thread-pc)
(writer).
re-thread-sp
(reader).
(setf re-thread-sp)
(writer).
re-thread-stack
(reader).
(setf re-thread-stack)
(writer).
return-p
(function).
run
(function).
space-p
(function).
tab-p
(function).
word-char-p
(function).
Packages are listed by definition order.
re
common-lisp
.
parse
.
compile-re
(function).
find-re
(function).
match-groups
(generic reader).
match-pos-end
(generic reader).
match-pos-start
(generic reader).
match-re
(function).
match-string
(generic reader).
replace-re
(function).
split-re
(function).
with-re
(macro).
with-re-match
(macro).
copy-re-thread
(function).
escape
(function).
hex-char-p
(function).
is-not
(function).
make-re-thread
(function).
match
(function).
newline-p
(function).
parse-re
(function).
punctuation-p
(function).
re
(class).
re-boundary
(function).
re-bounds
(function).
re-char
(function).
re-expr
(function).
re-expression
(generic reader).
re-group
(function).
re-match
(class).
re-parser
(function).
re-pattern
(generic reader).
re-set
(function).
re-set-char
(function).
re-set-chars
(function).
re-thread
(structure).
re-thread-groups
(reader).
(setf re-thread-groups)
(writer).
re-thread-p
(function).
re-thread-pc
(reader).
(setf re-thread-pc)
(writer).
re-thread-sp
(reader).
(setf re-thread-sp)
(writer).
re-thread-stack
(reader).
(setf re-thread-stack)
(writer).
return-p
(function).
run
(function).
space-p
(function).
tab-p
(function).
word-char-p
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Compile pattern if it’s not a RE object and execute body.
Intern match symbols to execute a body.
Create a regular expression from a pattern string.
Find a regexp pattern match somewhere in a string.
Test a pattern re against a string.
Replace patterns found within a string with a new value.
Split a string into one or more strings by pattern match.
Return the test and predicate for an escaped character.
Create a re-match from a thread that matched.
Match any character, exact character, or predicate function.
A single character, set, or loop of expressions.
A regular expression is one or more expressions.
Characters, character ranges, and named character sets.
Regular expression.
Matched pattern.
re
.
:match
This slot is read-only.
:groups
This slot is read-only.
:start-pos
This slot is read-only.
:end-pos
This slot is read-only.
Jump to: | (
C E F G H I M N P R S T W |
---|
Jump to: | (
C E F G H I M N P R S T W |
---|
Jump to: | E G M P S |
---|
Jump to: | E G M P S |
---|
Jump to: | C F P R S |
---|
Jump to: | C F P R S |
---|