Search-engine friendly clone of the
ACL2 documentation
.
Top
Documentation
Books
Boolean-reasoning
Projects
Apt
Acre
Acre-internals
Regex
Match-string-at
Matchstatelist-measure
Parse-primitive
Matches-remove-zero-length
Parse-repeatop
Parse-repeatbase
Matchstatelist-in-bounds
Parse-range
Parse-charset-set
Parse-charset-atom
Match-regex-locs
Parse-octal-charcode
Parse-k-backref
Parse-g-backref
Matchstatelist-all-have-backref
Parse-repeatmod
Parse-charset-elem
Parse-charset-aux
Parse-hex-charcode
Parse-charset
Matchstatelist-indices-lte
Matchstatelist-indices-gte
Match-exact
Matches-add-backref
Matchresult
Matchresult-fix
Matchresult-equiv
Matchresult->matchedp
Make-matchresult
Matchresult-p
Matchresult->backrefs
Change-matchresult
Matchresult->str
Matchresult->loc
Matchresult->len
Preproc-legible-aux
Maybe-backref
Match-charset
Undup-equiv
Find-substr
Maybe-backref-extract-substr
Matchstatelist-min-index
Matchstate-in-bounds
Match-add-backref
Undup
Backref-alist-in-bounds
Backref
Matchstate
Matchresult->matched-substr
Matchresult->captured-substr!
Matchresult->captured-substr
Maybe-backref-in-bounds
Matchmode
Backref-extract-substr
Charset-range
Matchstate-measure
Backref-in-bounds
Rev-keys
Parse-regex
Undup-exec
Get-charset
Regex-concat2
Preproc-legible
Matchresult-in-bounds
Regex-disjunct2
Backref-alist
Named-captures-bindings
Captures-bindings
Matchstatelist
Charset-char-regex
Repeatmod-p
Parse-and-match-regex
Match-regex
Parse
Matchresult->matchedp
Match
Milawa
Smtlink
Aleobft
Abnf
Vwsim
Isar
Wp-gen
Dimacs-reader
Pfcs
Legacy-defrstobj
Proof-checker-array
Soft
Farray
Rp-rewriter
Instant-runoff-voting
Imp-language
Sidekick
Leftist-trees
C
Java
Taspi
Bitcoin
Des
Ethereum
X86isa
Sha-2
Yul
Riscv
Zcash
Proof-checker-itp13
Regex
ACL2-programming-language
Json
Jfkr
Equational
Cryptography
Poseidon
Where-do-i-place-my-book
Bigmems
Builtins
Axe
Execloader
Solidity
Leo
Paco
Concurrent-programs
Debugging
Std
Proof-automation
Macro-libraries
ACL2
Interfacing-tools
Hardware-verification
Software-verification
Math
Testing-utilities
Acre-internals
Matchresult
Result of matching a regular expression
This is a product type introduced by
defprod
.
Fields
loc —
maybe-natp
len —
natp
str —
stringp
backrefs —
backref-alist
Subtopics
Matchresult-fix
Fixing function for
matchresult
structures.
Matchresult-equiv
Basic equivalence relation for
matchresult
structures.
Matchresult->matchedp
Boolean flag indicating whether the regular expression matched the string
Make-matchresult
Basic constructor macro for
matchresult
structures.
Matchresult-p
Recognizer for
matchresult
structures.
Matchresult->backrefs
Get the
backrefs
field from a
matchresult
.
Change-matchresult
Modifying constructor for
matchresult
structures.
Matchresult->str
Get the
str
field from a
matchresult
.
Matchresult->loc
Get the
loc
field from a
matchresult
.
Matchresult->len
Get the
len
field from a
matchresult
.