Crate irregex

Source
Expand description

A simple regular expression engine.

Structs§

And
Intersection matcher.
Concat
Matcher for Regex::Concat.
Dot
Matcher for Regex::Dot.
Empty
Matcher for Regex::Empty.
Literal
Matcher for Regex::Literal.
Not
Matcher for Regex::Not.
Or
Matcher for Regex::Or.
Star
Matcher for Regex::Star.

Enums§

Regex
A regular expression.

Traits§

Matcher
A regular expression matcher.
MatcherExt
Extension methods for matchers.

Type Aliases§

ParseError
An error parsing a regular expression.