A builder for configuring and constructing a Regex
.
Represents mutable scratch space used by regex engines during a search.
An iterator over all non-overlapping leftmost matches with their capturing
groups.
An object describing the configuration of a Regex
.
An iterator over all non-overlapping matches.
A regex matcher that works by composing several other regex matchers
automatically.
The internal implementation of Regex
, split out so that it can be wrapped
in an Arc
.
Yields all substrings delimited by a regular expression match.
Yields at most N
spans delimited by a regular expression match.